tags:

views:

28

answers:

1

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
That's not a double-quote, though. it's two single quotes.
Marc B
Then, yeah, lets see the query to help decipher it as it correlates to the error
DRapp