 |
|
|  |  |
 |
JetOpenTable ..msdn Add comment W32 Constants Translate this page |
 |
 |
Opens a cursor on an existing table.
|
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
JET_ERR JET_API JetOpenTable(
__in JET_SESID sesid,
__in JET_DBID dbid,
__in const tchar* szTableName,
__in_opt const void* pvParameters,
__in unsigned long cbParameters,
__in JET_GRBIT grbit,
__out JET_TABLEID* ptableid
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER JetOpenTable IN esent;
INTEGER sesid,;
INTEGER dbid,;
STRING szTableName,;
INTEGER pvParameters,;
INTEGER cbParameters,;
INTEGER grbit,;
INTEGER @ptableid
|
 |  |  | | Parameters: |  | sesid
The database session context to use.
dbid
The database identifier to use to find the table.
szTableName
The name of the table to open.
pvParameters
Deprecated. Set to NULL.
cbParameters
Deprecated. Set to 0 (zero).
grbit
A group of bits specifying zero or more of predefined options.
ptableid
On success, points to the identifier of the table. On failure, the contents for ptableid are undefined. |
 |  | | Return value: |  | | Returns the JET_ERR datatype with a predefined return codes |
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2008-01-11 17:02:01 | | Modified: | 2008-01-11 17:04:02 | Visited in last 7 days: 16 |
|
 |
 |
 |
 |
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. |
 |
 |
|
 |