Indicates whether the Parameter represents an input parameter, an output parameter, or both, or if the parameter is the return value from a stored procedure.
Sets or returns one of the following ParameterDirectionEnum values:
Constant |
Value |
Description |
adParamInput |
1 |
Input parameter. (Default.) |
adParamOutput |
2 |
Output parameter. |
adParamInputOutput |
3 |
Input and output parameter. |
adParamReturnValue |
4 |
Return value. |
Use the Direction property to specify how a parameter is passed to or from a procedure. The Direction property is read/write; this allows you to work with providers that don't return this information or to set this information when you don't want ADO to make an extra call to the provider to retrieve parameter information.
Not all providers can determine the direction of parameters in their stored procedures. In these cases, you must set the Direction property prior to executing the query.
file: /Techref/language/asp/comp/daprop03_3.htm, 2KB, , updated: 1996/11/21 19:01, local time: 2024/10/31 21:26,
3.17.181.221:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/techref/language/asp/comp/daprop03_3.htm"> Direction Property (ADO)</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.