mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
First attempt at sql engine
This commit is contained in:
@@ -33,7 +33,7 @@ int j,pos;
|
||||
mdb->fd = open(filename,O_RDONLY);
|
||||
|
||||
if (mdb->fd==-1) {
|
||||
fprintf(stderr,"Couldn't open file %s\n",filename);
|
||||
/* fprintf(stderr,"Couldn't open file %s\n",filename); */
|
||||
return NULL;
|
||||
}
|
||||
if (!mdb_read_pg(mdb, 0)) {
|
||||
|
||||
Reference in New Issue
Block a user