Handbook
Glossary
SQLError ( environmentHandle connectionHandle statementHandle sqlState nativeErrorPtr messageText bufferLength textLengthPtr -- SQLRETURN )
Vocabulary
odbc
Inputs
environmentHandle
an
object
connectionHandle
an
object
statementHandle
an
object
sqlState
an
object
nativeErrorPtr
an
object
messageText
an
object
bufferLength
an
object
textLengthPtr
an
object
Outputs
SQLRETURN
an
object
Definition
USING:
alien.syntax
;
IN:
odbc
LIBRARY:
odbc
FUNCTION:
SQLRETURN
SQLError
(
SQLHENV
environmentHandle,
SQLHDBC
connectionHandle,
SQLHSTMT
statementHandle, SQLCHAR* sqlState, SQLINTEGER*
nativeErrorPtr, SQLCHAR* messageText,
SQLSMALLINT
bufferLength, SQLSMALLINT* textLengthPtr )