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