|
||||||||||
|
|
||||||||||
| Other Library Functions | ||||||||||
| function | SQLNativeSQL |
|
|
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 SQLNativeSQL
( read-only SQL_handle_type ConnectionHandle,
value stream InStatementText,
value integer TextLength1,
modifiable stream OutStatementText,
value integer BufferLength,
modifiable integer TextLength2 )
Returns the SQL string as modified by the driver. This function does not execute the SQL statement.
Input arguments:
Output arguments:
| ---- |