Re: Re: Re: Re: [PHP] Multiple SQLite statements

2011-10-11 Thread Tim Streater
On 11 Oct 2011 at 11:25, David Robley wrote: > Tim Streater wrote: >> On 11 Oct 2011 at 10:47, David Robley wrote: >>> Tim Streater wrote: On 11 Oct 2011 at 03:03, Paul M Foster wrote: > On Mon, Oct 10, 2011 at 04:14:00PM +0100, Tim Streater wrote: >> I would like to use the

Re: Re: Re: [PHP] Multiple SQLite statements

2011-10-11 Thread David Robley
Tim Streater wrote: > On 11 Oct 2011 at 10:47, David Robley wrote: > >> Tim Streater wrote: >> >>> On 11 Oct 2011 at 03:03, Paul M Foster wrote: >>> On Mon, Oct 10, 2011 at 04:14:00PM +0100, Tim Streater wrote: > I would like to use the SQLite3 (not PDO) interface to SQLite, and I

Re: Re: Re: [PHP] Multiple SQLite statements

2011-10-11 Thread Tim Streater
On 11 Oct 2011 at 10:47, David Robley wrote: > Tim Streater wrote: > >> On 11 Oct 2011 at 03:03, Paul M Foster wrote: >> >>> On Mon, Oct 10, 2011 at 04:14:00PM +0100, Tim Streater wrote: >>> I would like to use the SQLite3 (not PDO) interface to SQLite, and I would like to be able to

Re: Re: [PHP] Multiple SQLite statements

2011-10-11 Thread David Robley
Tim Streater wrote: > On 11 Oct 2011 at 03:03, Paul M Foster wrote: > >> On Mon, Oct 10, 2011 at 04:14:00PM +0100, Tim Streater wrote: >> >>> I would like to use the SQLite3 (not PDO) interface to SQLite, and I >>> would like to be able to supply a string containing several SQL >>> statements an

Re: Re: [PHP] Multiple SQLite statements

2011-10-11 Thread Tim Streater
On 11 Oct 2011 at 03:03, Paul M Foster wrote: > On Mon, Oct 10, 2011 at 04:14:00PM +0100, Tim Streater wrote: > >> I would like to use the SQLite3 (not PDO) interface to SQLite, and I >> would like to be able to supply a string containing several SQL >> statements and have them all executed, thu