|
|||||
function | SQLError |
Related Syntax | Other Library Functions |
Library: ODBC
Include: omodbc.xin |
Returns: Numeric
An SQL return code. The following values may be returned:
|
define external counter function SQLError ( read-only SQL_handle_type EnvironmentHandle, read-only SQL_handle_type ConnectionHandle, read-only SQL_handle_type StatementHandle, modifiable stream SQLstate, modifiable counter NativeError, modifiable stream MessageText, value counter BufferLength, modifiable counter TextLength )
Returns error or status information. This function has been superseded by SQLGetDiagRec
in ODBC 3.0.
Input arguments:
Output arguments:
---- |