I get an error when I try to modify a record in some tables on Localhost. Some tables work okay though.
The error box reads: “Error no 1064 You have an error in your SQL syntax near Key =59 at line 1”
The relevant message is
[10:29:22 PM][ 0 ms] update `manga`.`tblmanga2` set `Key`='59', `filename`='manga059', `EnglishTitle`='Seraphic Feather', `RomajiTitle`='-', `Image`='feather1.jpg', `Mangaka`=NULL, `Dates`=NULL, `Publisher`=NULL, `Language`=NULL, `ISBN`=NULL, `Image2`=NULL, `Style`='-', `Pages`=NULL, `Price`=NULL, `Size`=NULL where Key='59'
The database name, table name, etc are as indicated. I was trying to put that dash into “Romaji Title”.
I can't see what its problem is. The table was imported from MS Access, but a different table similarly imported works OK.