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