I have a field called ID with a DataType INT and Default set to AUTO_INCREMENT.
When I Insert Row in the database, ID is (NULL). I want it to increment to a new value.
Could someone please indicate to me what I am doing wrong. Much appreciated.
I have a field called ID with a DataType INT and Default set to AUTO_INCREMENT.
When I Insert Row in the database, ID is (NULL). I want it to increment to a new value.
Could someone please indicate to me what I am doing wrong. Much appreciated.
Please login to leave a reply, or register at first.