selectDelphi is a powerful and easy to use utility that generates Delphi classes which encapsulate the Stored Procedures and User Defined Functions of a SQL Server database. Features:
? The access to all the database?s Stored Procedures and User Defined Functions can be encapsulated in only one component.
? IDE's code completion help is available: procedures, functions, variables names and types; because you are working with pure Delphi code.
? The generated code is ready to create a Delphi component.
? Because the classes are generated into a separate unit, you can automatically reuse them in multiple projects
? Uses ADO technology.
? Help you to make a seamless integration between Stored Procedures and User Defined Funtions with your Application
 |