Page 1 of 1

Issue using PDOStatement::fetchAll()

PostPosted: August 16th, 2014, 12:46 am
by MX26
Hi all,

I'm having issues getting the "PDOStatement::fetchAll()" function to work in pure mode. Running in C# application throws an undefined method error. Other PDOStatment methods such as "bindValue()" seems to work fine.

Any suggestions?

Thanks,
Geoff

Re: Issue using PDOStatement::fetchAll()

PostPosted: August 16th, 2014, 5:22 pm
by MX26
Issue resolved - was referencing a PDO object insead of a PDOStatement object.

:roll:

Re: Issue using PDOStatement::fetchAll()

PostPosted: August 18th, 2014, 12:31 pm
by Jakub Misek
good :)