You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
A:
Yeah... it really helps to see the query to decipher it. From what you have though, it appears, the double-quote " character is not used in mysql. If you are dealing with strings, they are typically wrapped with 'single-quotes'. I'd check that first. if still a problem, then post your query for others to help.
DRapp
2010-04-12 11:37:16
That's not a double-quote, though. it's two single quotes.
Marc B
2010-04-12 16:10:30
Then, yeah, lets see the query to help decipher it as it correlates to the error
DRapp
2010-04-12 16:17:02