SQL Procedure Writer

A utility to generate a wrapper for stored procedures
Download

SQL Procedure Writer Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Adambl
  • Publisher web site:
  • http://www.codeproject.com/Members/adambl
  • Operating Systems:
  • Windows All
  • File Size:
  • 330 KB

SQL Procedure Writer Tags


SQL Procedure Writer Description

The SQL Procedure Writer application was developed to be a small utility to generate a wrapper for stored procedures to improve performance and eliminate certain run-time errors.This tool generates wrappers for stored procedures that: - Pre-codes the correct array of parameters (no need for run-time discovery of parameters, no run-time errors due to stored procedure/DAL mismatch) - Pre-codes the correct set of output columns (no run-time errors due to stored procedure/DAL mismatch) - Provides strongly typed properties to set input parameters and get output values - Reduces lines of DAL code by encapsulating the basic mechanics of stored procedure execution


SQL Procedure Writer Related Software