public const ushort SQL_HANDLE_ENV = 1;
public const ushort SQL_HANDLE_DBC = 2;
public const ushort SQL_HANDLE_STMT = 3;
public const ushort SQL_HANDLE_DESC = 4;
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
SQLFreeHandle frees resources associated with a specific environment, connection, statement, or descriptor handle.
3/16/2007 2:06:32 PM - -143.238.2.151
SQLAllocHandle allocates an environment, connection, statement, or descriptor handle.
4/23/2007 12:42:19 PM - -83.206.100.98
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).