Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
montereybob
Starting Member
1 Post |
Posted - 2008-11-29 : 05:26:42
|
| I tried to upload a form on a website and kept getting this message:"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 'Change" that was the context for Obama's campaign may not be sufficient for him ' at line 1"What the heck does this mean???? |
|
|
nickjack
Starting Member
34 Posts |
Posted - 2008-11-29 : 06:14:45
|
| Can u post your code or Explain it More? |
 |
|
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2008-11-29 : 11:56:06
|
The language you use to program your form surely has some statements to handle single quotes and so on in the fields of your form. I think there is the problem.Webfred No, you're never too old to Yak'n'Roll if you're too young to die. |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-11-29 : 11:59:39
|
quote: Originally posted by montereybob I tried to upload a form on a website and kept getting this message:"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 'Change" that was the context for Obama's campaign may not be sufficient for him ' at line 1"What the heck does this mean????
The error message clearly suggests you're using MySQL. Please post in some MySQL forums like www.dbforums.com if you need MySQL help. This is MS SQL Server forum. |
 |
|
|
|
|
|