[sqlite] Creating a database with a script or SQLite command

2011-08-30 Thread Pete Helgren
that I know the database exists before issuing other commands. I searched around the Internet for what I thought would be an easy answer and didn't find one. I am running SQLite 3.3.13 from BusyBox 1.1.3 Thanks -- Pete Helgren Value Added Software, Inc www.asaap.com www.opensource4i.com

Re: [sqlite] Creating a database with a script or SQLite command

2011-08-30 Thread Pete Helgren
nux guy so the scripting might be wrong..... Pete Helgren Value Added Software, Inc www.asaap.com www.opensource4i.com On 8/30/2011 7:38 PM, Simon Slavin wrote: On 31 Aug 2011, at 2:36am, Pete Helgren wrote: I have a need to create a database if it doesn't already exist. The obvious solution

Re: [sqlite] Creating a database with a script or SQLite command

2011-08-30 Thread Pete Helgren
mpt, waiting for commands. Hence that option is a non-starter. Pete Helgren Value Added Software, Inc www.asaap.com www.opensource4i.com On 8/30/2011 8:23 PM, Jay A. Kreibich wrote: Of course, I'm not sure what the big deal is. By default, if you attempt to open an SQLite database f

Re: [sqlite] Creating a database with a script or SQLite command

2011-08-30 Thread Pete Helgren
just create the DB and exit Pete Helgren Value Added Software, Inc www.asaap.com www.opensource4i.com On 8/30/2011 8:14 PM, Simon Slavin wrote: Forgot to mention: copying an existing database file also lets you set up the file the way you want without having to issue separate commands. For instanc