I created a table in mysql db. it has a column with auto increment value. i checked inserting data through mysql console putting jst ' ' to the place of the auto increment value in the query. it worked ok.
but when i do it through my java application (using execute query command) it says..' out of range value adjusted to column' refering to that particular auto increment column.
what is the problem here?
(sql cosole gives the same error but it adds the record to the table!...saw it little late)