> > Should we always try to open the db as a generic VDatabase and test >> for the SchemaVersion (assuming we used it, as I have been)? The > > close it an reopen myDB.Open(f) it is 2.0? > >I dream about new special function > > Convert_1_2( db_1, db_2 ) > Couldn't this be done by having v2 do an XML dump of db_1 and a load into db_2? Jon