|
The DefaultProcOwner database parameter for ODBC lets you set a default owner for a stored procedure. The DBParm takes effect only when the stored procedure is not qualified and the PBNewSPInvocation DBParm is set.
The DBParm can be set dynamically at runtime after connecting to a database. You can also set it in your PBODB90.INI file if you want to create and retrieve data into a DataWindow with a stored procedure data source in the DataWindow painter. The runtime setting overrides the setting in PBODB90.INI.
|