SourcePro DB : DB Access Module for ODBC User’s Guide : Technical Information : Stored Procedures : Instantiating an RWDBStoredProc Using Schema Data
Instantiating an RWDBStoredProc Using Schema Data
The member functions:
 
RWDBDatabase::storedProc(RWCString, RWDBSchema, RWDBColumn)
RWDBDatabase::storedProc(RWCString, RWDBConnection, RWDBSchema,
RWDBColumn)
increase the performance of stored procedures by eliminating the usual parameter fetch required for instantiations. The schema must include the name and type of each parameter in the stored procedure. If there is a return value, a column must be provided with a name and the correct datatype.