 |
SQLFreeHandle ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
SQLFreeHandle frees resources associated with a specific environment, connection, statement, or descriptor handle. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
SQLRETURN SQLFreeHandle(
SQLSMALLINT HandleType,
SQLHANDLE Handle);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE SHORT SQLFreeHandle IN odbc32;
INTEGER HandleType,;
INTEGER Handle
|
 |
 |
 |
| Parameters: |
 |
HandleType
[Input]
The type of handle to be freed by SQLFreeHandle.
Handle
[Input]
The handle to be freed. |
 |
 |
| Return value: |
 |
| SQL_SUCCESS (0), SQL_ERROR, or SQL_INVALID_HANDLE. |
 |
 |
| Word Index links for the SQLFreeHandle : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-03-05 12:04:15 | | Modified: | 2002-03-05 12:06:03 | Visited in last 7 days: 33 |