On Sun, 25 Jun 2006 01:58:10 -0700 (PDT), RohitPatel9999 wrote: >Intial database will have about 30+ tables, very few records in each of >these tables, one or two indices on some tables.
For such a small database, why not create it directly on disk? The time required should be just a one second or two. Remember to start the command sequence with "begn transaction" and finish with "commit transaction". Chris