Output Parameter Availability Property
The Output Parameter Availability property specifies when output parameter values become available to an application.
Applies To
Connection Object |
Syntax
object.Properties("Output Parameter Availability")
Parts
object
Expression that evaluates to an object in the Applies To list.
Returns
One of the following settings:
Constant | Description |
---|---|
DBPROPVAL_OA_NOTSUPPORTED | Output parameters are not supported. |
DBPROPVAL_OA_ATEXECUTE | Output parameter data is available immediately after the Execute method returns. |
DBPROPVAL_OA_ATROWRELEASE | If a command returns a single result that is a recordset, output parameter data is available at the time the recordset is completely released. If a command returns multiple results, output parameter data is available when the NextRecordset method returns the next recordset or the multiple results object is completely released, whichever occurs first. Before the output parameter data is available, the consumer's bound memory is in an indeterminate state. |
Data Type
adInteger
Modifiable
Read-only
OLE DB Property
DBPROP_OUTPUTPARAMETERAVAILABILITY