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, thus saving the overhead of
> several calls. It *appears* that this may be how it actually works,
> but I wondered if anyone could confirm that.
 
 --
 Cheers  --  Tim
> 

The docs appear to agree that this is allowed. See:

http://us.php.net/manual/en/function.sqlite-exec.php

Paul

-- 
Paul M. Foster
http://noferblatz.com
http://quillandmouse.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to