If you want it to be converted runtime you could think of a scheme where you create a data base container with empty tables, views, indexes etc.
Open your old tables and append the records to the new database container tables.
You should be aware of referential integrity, though.
To create database containers runtime check out the GenDBC.prg that comes with Visual studio.
HTH, Weedz
veld4663@exact.nl
'It never hurts to help...' - Eek the cat.