 |
 |
 |
|
|  |  |
 |
SQLAllocHandle ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
SQLAllocHandle allocates an environment, connection, statement, or descriptor handle. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
SQLRETURN SQLAllocHandle(
SQLSMALLINT HandleType,
SQLHANDLE InputHandle,
SQLHANDLE * OutputHandlePtr);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE SHORT SQLAllocHandle IN odbc32;
INTEGER HandleType,;
INTEGER InputHandle,;
INTEGER @ OutputHandlePtr
|
 |  |  | | Parameters: |  | HandleType
[Input]
The type of handle to be allocated by SQLAllocHandle (predefined value).
InputHandle
[Input]
The input handle in whose context the new handle is to be allocated.
OutputHandlePtr
[Output]
Pointer to a buffer in which to return the handle to the newly allocated data structure.
|
 |  | | Return value: |  | | SQL_SUCCESS (0), SQL_SUCCESS_WITH_INFO, SQL_INVALID_HANDLE, or SQL_ERROR. |
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2002-03-05 12:02:08 | | Modified: | 2002-03-05 12:04:02 | Visited in last 7 days: 40 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|