Initial changes for Access 2000 files

This commit is contained in:
brianb
2002-02-03 02:49:08 +00:00
parent ea8fd2a6ba
commit 1a96e241d0
19 changed files with 310 additions and 91 deletions

View File

@@ -26,7 +26,7 @@ unsigned char buf[2048];
MdbHandle *mdb;
MdbCatalogEntry entry;
#if 0
if (argc<2) {
fprintf(stderr,"Usage: %s <file> <table>\n",argv[0]);
exit(1);
@@ -48,5 +48,6 @@ MdbCatalogEntry entry;
mdb_free_handle(mdb);
mdb_exit();
#endif
}