mysql table bug
#4

table name is case sensitive. Make sure you have named it properly.

Or Run this Query

REPAIR TABLE vehiclesdata;


Quote:
Originally Posted by belhot1992
View Post
Test writing your query like this:
"DELETE FROM `vehiclesdata` WHERE `vID` = '1';"
You can directly access the INTEGER in SQL, only String with variable character requires ''.
Reply


Messages In This Thread
mysql table bug - by juraska - 14.12.2011, 17:52
Re: mysql table bug - by Mean - 14.12.2011, 18:44
Re: mysql table bug - by juraska - 15.12.2011, 06:35
Re: mysql table bug - by XFlawless - 15.12.2011, 07:34

Forum Jump:


Users browsing this thread: 2 Guest(s)