You should check every statement that could fail (prepare() can fail, too, for example).
Also, try removing the semi-colon ";" at the end of the query.
(I remember that was a problem for me once, I was using Oracle, though.)
HTH
You should check every statement that could fail (prepare() can fail, too, for example).
Also, try removing the semi-colon ";" at the end of the query.
(I remember that was a problem for me once, I was using Oracle, though.)
HTH
TonyB (20th August 2009)
Bookmarks