Handbook
Glossary
SQLGetConnectAttr ( connectionHandle attribute valuePtr bufferLength stringLengthPtr -- SQLRETURN )
Vocabulary
odbc
Inputs
connectionHandle
an
object
attribute
an
object
valuePtr
an
object
bufferLength
an
object
stringLengthPtr
an
object
Outputs
SQLRETURN
an
object
Definition
USING:
alien.syntax
;
IN:
odbc
LIBRARY:
odbc
FUNCTION:
SQLRETURN
SQLGetConnectAttr
(
SQLHDBC
connectionHandle,
SQLINTEGER
attribute,
SQLPOINTER
valuePtr,
SQLINTEGER
bufferLength, SQLINTEGER*
stringLengthPtr )