There is a problem with data insertion

column name or number of suplied values does not match table defination

what do you mean? no matter how you look it up, you can"t find out the problem

Sql
Mar.18,2021

the inserted value does not match the value in the database

do you have a look at the id primary key self-increment setting of your table? check the field names that are filled in, and whether they all correspond to the type

.

means that the data field you inserted into the table does not match the field in the database

that is, you insert either fewer or more data fields

Menu