Generated code can access databases with
TIBStoredProc
TIBQuery
TIBClientDataSet
from the IBX palette, thus significantly reducing programmer's job on writing the standard code for stored procedures handling. Works with action procedures (those having no input/output), as well as procedures having input/output parameters and procedures returning datasets.
|