 |
JetCloseDatabase ..msdn Add comment W32 Constants Translate this page |
 |
 |
Closes a database file that was previously opened with JetOpenDatabase.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
JET_ERR JET_API JetCloseDatabase(
__in JET_SESID sesid,
__in JET_DBID dbid,
__in JET_GRBIT grbit
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER JetCloseDatabase IN esent;
INTEGER sesid,;
INTEGER dbid,;
INTEGER grbit
|
 |
 |
 |
| Parameters: |
 |
sesid
The database session context that will be used for the API call.
dbid
The database to be closed.
grbit
Reserved for future use. |
 |
 |
| Return value: |
 |
| This function returns the JET_ERR data type with one of predefined return codes. |
 |
 |
| Usage: |
 |
= JetCloseDatabase(THIS.jetsessionid,;
THIS.jetdatabaseid, 0)
|
 |
 |
| My comment: |
 |
| See also: JetCreateDatabase, JetOpenDatabase |
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2008-01-11 16:47:52 | | Modified: | 2008-01-11 16:50:28 | Visited in last 7 days: 7 |