[PHP-DB] PDO error

2005-07-15 Thread Holografix
Hi. When using this example from http://netevil.org/talks/index.php?t=pdos=20, the site of pdo's author Wez Furlong, I get this error: Fatal error: Call to a member function fetchAll() on a non-object in /www/home/testes/pdo_my1.php on line 8 ?php $dbh = new

[PHP-DB] PDO Buffered / Unbuffered queries

2005-08-09 Thread Holografix
Hi all How does one do buffered queries with pdo? Any param in pdo-query(), pdo-executeQuery() ? Regards holografix -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: Still having trouble with mysqli unclonable objects

2005-12-01 Thread Holografix
HI zend.ze1_compatibility_mode = Off in php.ini ? regards holo Matt Monaco [EMAIL PROTECTED] escreveu na mensagem news:[EMAIL PROTECTED] I am having all sorts of trouble with unclonable objects of type mysqli and mysqli_result. The server is running the latest release of PHP (5.1) and

[PHP-DB] Re: multi_query Commands out of sync after Insert

2008-01-12 Thread Holografix
J. Hill escreveu: I wouldn't think there would be a result set from a mysqli multi_query when the query is a group of insert statements (there is no auto_increment column), but I get a commands out of sync error on my next query. Originally, I had: foreach ( . . . .