Stored Procedure Proxy Generator 1.1
Copyright (c) 2003 .NET Software Lab
http://www.dotnetsoftlab.com/
E-mail: sppg@dotnetsoftlab.com
  
The Stored Procedure Proxy Generator program is designed to radically simplify 
solving the problem of complexity of preparing to call  database stored procedures 
from external code. 
Based on the information taken from the specified database it builds .NET-assembly 
with a set of methods representing proxies for all (or the chosen) stored procedures 
of the database. 
After that the calling of the stored database is an elementary call of the built 
proxy method.

Attention! 
This program run under Microsoft .NET Framework only.

