 |
SQLGetFunctions ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
SQLGetFunctions returns information about whether a driver supports a specific ODBC function. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
SQLRETURN SQLGetFunctions(
SQLHDBC ConnectionHandle,
SQLUSMALLINT FunctionId,
SQLUSMALLINT * SupportedPtr);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE SHORT SQLGetFunctions IN odbc32;
INTEGER ConnectionHandle,;
INTEGER FunctionId,;
INTEGER @ SupportedPtr
|
 |
 |
 |
| Parameters: |
 |
ConnectionHandle
[Input]
Connection handle.
FunctionId
[Input]
A #define value that identifies the ODBC function of interest.
SupportedPtr
[Output]
If FunctionId identifies a single ODBC function, SupportedPtr points to a single SQLUSMALLINT value that is SQL_TRUE if the specified function is supported by the driver, and SQL_FALSE if it is not supported. |
 |
 |
| Return value: |
 |
| SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, or SQL_INVALID_HANDLE. |
 |
 |
| Word Index links for the SQLGetFunctions : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-03-13 19:10:44 | | Modified: | 2002-03-13 19:13:04 | Visited in last 7 days: 34 |