|
||||||||||
|
|
||||||||||
| Related Syntax | Other Library Functions | |||||||||
| function | SQLDescribeParam |
|
|
Library: omodbc - low-level ODBC support
Include: omodbc.xin |
Return type: Integer Returns: An SQL return code. The following values may be returned:
|
define external integer function SQLDescribeParam
( read-only SQL_handle_type StatementHandle,
value integer ParameterNumber,
modifiable integer DataType,
modifiable integer ParameterSize,
modifiable integer DecimalDigits,
modifiable integer Nullable )
Returns the description of a parameter marker associated with a prepared SQL statement.
Input arguments:
Output arguments:
| ---- |