On Sat, Oct 8, 2011 at 11:37 PM, Tim Streater <t...@clothears.org.uk> wrote:

> If I take the string above and split it into two calls to $dbh->query - one
> to attach the memory database, the second to create the mem.messages table,
> then everything works as expected. Is there something I'm obviously doing
> wrong?
>

http://www.php.net/manual/en/pdo.query.php

says:

 Executes an SQL statement, returning a result set as a PDOStatement object


"an" is singular, and result set implies a single statement.


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to