SQLSetConnectAttr

This function sets connection attributes for a particular connection.

Syntax :

RETCODE SQLSetConnectAttr (hdbc, fAttr, vParam, sLen);

Arguments:

The arguments for SQLSetConnectAttr are listed in below table.

TypeNameDescription
SQLHDBChdbcConnection handle
SQLINTEGERfAttrConnect attribute to set
SQLPOINTERvParamValue associated with fAttr
SQLINTEGERsLenLength of input value, if it is a character string; otherwise, unused
Page last modified on September 25, 2009, at 12:15 PM