MySQL


I can't insert new rows into a table ?
Examine the SQL error with care. Often the problem is caused by specifying a wrong field-type.
Common errors include:
Using VARCHAR without a size argument
Using TEXT or BLOB with a size argument
Also, look at the syntax chapter in the MySQL manual to confirm that your syntax is correct.