My table name is Customer. It has four columns
Customer
CustomerId CustomerName CustomerAddress PhoneNo
This is my c# code. I am not ge
Is CustomerId setup as an AutoIncrementing PK on the Customer table? Also, you do not need the single quote (') on the '@CustAdd' param;