|
|
Advantage TDataSet Descendant
TAdsStoredProc encapsulates an Advantage Extended Procedure.
adstable
Use a TAdsStoredProc object to simplify the execution of Advantage Extended Procedures (stored procedures) and the management of input and output parameters.
Advantage Extended Procedures are stored procedures that are easy to develop and easy to use. Like traditional stored procedures, Advantage Extended Procedures allow you to execute a set of code at the server where the data resides. This allows you to remove data intensive tasks from the workstations and reduces your network traffic to a single send and receive operation. Unlike traditional stored procedures, however, Advantage Extended Procedures allow developers to write, store, and execute stored procedures on the server using their preferred application development tool. No database administrator is required to develop Advantage Extended Procedures.