Handbook
Glossary
SQLNativeSql ( connectionHandle inStatementText textLength1 outStatementText bufferLength textLength2Ptr -- SQLRETURN )
Vocabulary
odbc
Inputs
connectionHandle
an
object
inStatementText
an
object
textLength1
an
object
outStatementText
an
object
bufferLength
an
object
textLength2Ptr
an
object
Outputs
SQLRETURN
an
object
Definition
USING:
alien.syntax
;
IN:
odbc
LIBRARY:
odbc
FUNCTION:
SQLRETURN
SQLNativeSql
(
SQLHDBC
connectionHandle, SQLCHAR* inStatementText,
SQLINTEGER
textLength1, SQLCHAR* outStatementText,
SQLINTEGER
bufferLength, SQLINTEGER* textLength2Ptr )