Autoincrement field not incrementing
Hi all,
I have a database in which certain tables have the id field of autoincrement type. The site was running fine for 2 years but now suddenly it has started generating error in all autoincrement fields.
The error is in insert queries where insertion takes place(not including the autoincrement fields).
Error: 'Cannot insert NULL values in field" which happens to be the id field.
What might be the reason ?
The same database is working fine at my local machine.
regards
Vinay
|