 |
SQLDisconnect ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
SQLDisconnect closes the connection associated with a specific connection handle. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
SQLRETURN SQLDisconnect(
SQLHDBC ConnectionHandle);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE SHORT SQLDisconnect IN odbc32;
AS SQLDisconnect32;
INTEGER ConnectionHandle
|
 |
 |
 |
| Parameters: |
 |
ConnectionHandle
[Input]
Connection handle.
|
 |
 |
| Return value: |
 |
| SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, or SQL_INVALID_HANDLE. |
 |
 |
| My comment: |
 |
| I guess I should not explain why this function is declared with an alias. |
 |
 |
| Word Index links for the SQLDisconnect : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-03-13 19:16:52 | | Modified: | 2002-03-13 19:19:35 | Visited in last 7 days: 32 |