From: Brian B. <ca...@um...> - 2000-03-16 02:24:20
|
Ok, I've changed all references to MDB_PGSIZE instead point to mdb->pg_size That way the page size will be initialized with the opening of the mdb file (currently it just sets it to MDB_PGSIZE (2048) but it's easy to change from there). Theoretically this would mean that the same program could open a Jet 4.0 db and a Jet 3.x db at the same time. Brian On Wed, 15 Mar 2000, Carl Seutter wrote: > according to http://msdn.microsoft.com/library/psdk/dasdk/jolt5krp.htm > Jet 4.0 has gone from a 2K to a 4K page. Therefore, the version that > created the file might come into play in determing the page size. > > > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > http://lists.sourceforge.net/mailman/listinfo/mdbtools-dev > |