I have a database with one table. When I attempt to open it, VDatabase.Open raises an exception with the message Table "table_3" not found. Of course I don't have a table_3 anywhere. This problem occurs when I subclass VDatabase and create an instance of it. -------------- Charles Yeomans