DBD-SQLite - Re: create database, check for table

Posted on Fri Feb 15 14:53:52 2008 by dougmcq in response to 7108 (See the whole thread of 4)
Re: create database, check for table
See if sqlite3 supports a -f option (text file command stack). If so, have script build the text file then invoke sqlite3. PS - If file structure is 'known' might be easier to build a template DB then just copy it in with the script then start to populate
Write a response