Navigation:  DAO Object Classes > DaoParameter Class >

DaoParameter:Direction Access/Assign

Previous pageReturn to chapter overviewNext page

Purpose

A short Value that indicates whether a Parameter object represents an input parameter, an output parameter, both, or the return value from the procedure (ODBCDirect workspaces only).

 

Remarks

 

The Direction property can be any of the following constants:

 

ConstantDescription

 

dbParamInput(Default) Passes information to the procedure.
dbParamInputOutputPasses information both to and from the procedure.
dbParamOutputReturns information from the procedure as in an output parameter in SQL.
dbParamReturnValuePasses the return value from a procedure

 

Class

DaoParameter