evenstar7139
07-03-2007, 07:52 PM
Ok before I got my own server I used to assign an auto increment value by leaving that field blank when inserting something into the database. The database would automatically give it an integer value itself based on whatever the highest value was + 1. Well now I'm on a different server and when I try to do this it gives me this error:
Incorrect integer value: '' for column 'idnumber' at row 1
Idnumber is the auto increment collum.
Is there something I need to turn on in the MySQL settings? (I own this server so I have full control.)
Incorrect integer value: '' for column 'idnumber' at row 1
Idnumber is the auto increment collum.
Is there something I need to turn on in the MySQL settings? (I own this server so I have full control.)