This function sets an environment attribute for the current environment.
Syntax :
RETCODE SQLSetEnvAttr ( henv, fAttr, value, strLen);
Arguments:
The arguments for SQLSetEnvAttr are listed in below table.
| Type | Name | Description |
| SQLHENV | henv | Environment handle |
| SQLINTEGER | fAttr | Environment attribute to set |
| SQLPOINTER | value | Appropriate value for Attribute |
| SQLINTEGER | strLen | Length of value in bytes if the attribute value is a character string |