 |
SQLSetConfigMode ..msdn Add comment W32 Constants Translate this page |
 |
 |
Sets the configuration mode that indicates where the Odbc.ini entry listing DSN values is in the system information.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL SQLSetConfigMode(
UWORD wConfigMode);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER SQLSetConfigMode IN odbccp32;
LONG wConfigMode
|
 |
 |
 |
| Parameters: |
 |
wConfigMode
[in] The installer configuration mode. |
 |
 |
| Return value: |
 |
| The function returns TRUE if it is successful, FALSE if it fails. |
 |
 |
| My comment: |
 |
The value in wConfigMode can be:
ODBC_USER_DSN
ODBC_SYSTEM_DSN
ODBC_BOTH_DSN
See also SQLGetConfigMode function. |
 |
 |
| Word Index links for the SQLSetConfigMode : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-08-11 13:20:01 | | Modified: | 2004-08-11 13:22:16 | Visited in last 7 days: 7 |