<< Click to Display Table of Contents >> AdoParameter Class |
![]() ![]() ![]() |
A Parameter object represents a parameter or argument for a parameterized query or stored procedure.
CLASS AdoParameter INHERIT AdoAdo
Constructor
|
|
Create Object of type AdoParameter |
|
|
|
Access
|
|
One or more characteristics of a parameter |
|
Input parameter, output parameter, or both, or the return value from a stored procedure |
|
The name of the Parameter |
|
The scale of numeric values |
|
The degree of precision for numeric values |
|
The maximum size, in bytes or characters, of a Parameter object. |
|
The data type of the Parameter |
|
|
The value assigned to the Parameter |
Assign |
|
One or more characteristics of a parameter |
|
Input parameter, output parameter, or both, or the return value from a stored procedure |
|
The name of the Parameter |
|
The scale of numeric values |
|
The degree of precision for numeric values |
|
The maximum size, in bytes or characters, of a Parameter object. |
|
The data type of the Parameter |
|
The value assigned to the Parameter |
|
|
|
|
|
Method |
|
Write long binary data into a parameter |