vote up 0 vote down star

I'm creating a SQL query with PDO in PHP. Unfortunately, there seems to be an error in my query. I've tried $query->errorInfo(), but that only gives me a little bit of the error message ("There is an error in your syntax near...").

How can I display the entire query that PDO is passing to my database?

TIA.

flag

Why don't you just post the problematic code so we can tell you what's wrong? – Matthew Flaschen Jun 26 at 3:25

1 Answer

vote up 2 vote down check

You can't really. This has been discussed here before, see this:

http://stackoverflow.com/questions/210564/pdo-prepared-statements

link|flag
Thanks for showing me that - one of the comments had the answer. Sorry - thought I had searched hard enough, guess not. Much appreciated. – benjy Jun 26 at 3:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.