RE: [sqlite] Pre-compiled SQL using the commandline interface

2005-08-24 Thread Alan McGovern
. Thanks again, Alan. -Original Message- From: Robert Simpson [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 06:29 To: sqlite-users@sqlite.org Subject: RE: [sqlite] Pre-compiled SQL using the commandline interface If you're going to all the trouble to write a program in C#, why not just use

RE: [sqlite] Pre-compiled SQL using the commandline interface

2005-08-23 Thread Robert Simpson
> -Original Message- > From: Alan McGovern [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 23, 2005 5:51 AM > To: sqlite-users@sqlite.org > Subject: [sqlite] Pre-compiled SQL using the commandline interface > > Hi, > > I can't seem to find information about creating pre

[sqlite] Pre-compiled SQL using the commandline interface

2005-08-23 Thread Alan McGovern
Hi, I can't seem to find information about creating precompiled statements when using the commandline program to access the sqlite database. What i'm doing at the moment is using a C# program to generate text files of insert statements up to 100megs in size and then using .read to import them.