SQLGetConnectAttr ( connectionHandle attribute valuePtr bufferLength stringLengthPtr -- SQLRETURN )


Vocabulary
odbc

Inputs
connectionHandlean object
attributean object
valuePtran object
bufferLengthan object
stringLengthPtran object


Outputs
SQLRETURNan object


Definition


LIBRARY: odbc FUNCTION: SQLRETURN SQLGetConnectAttr
( SQLHDBC connectionHandle, SQLINTEGER attribute, SQLPOINTER
valuePtr, SQLINTEGER bufferLength, SQLINTEGER*
stringLengthPtr )