SQLNativeSql ( connectionHandle inStatementText textLength1 outStatementText bufferLength textLength2Ptr -- SQLRETURN )


Vocabulary
odbc

Inputs
connectionHandlean object
inStatementTextan object
textLength1an object
outStatementTextan object
bufferLengthan object
textLength2Ptran object


Outputs
SQLRETURNan object


Definition


LIBRARY: odbc FUNCTION: SQLRETURN SQLNativeSql
( SQLHDBC connectionHandle, SQLCHAR* inStatementText,
SQLINTEGER textLength1, SQLCHAR* outStatementText,
SQLINTEGER bufferLength, SQLINTEGER* textLength2Ptr )