Hi all,
I have a SQL table that has "RecID" as it's PK and identity column in the same time.
When I add a new record in the table directly, the RecID increments correctly. But when I try to add new record in data grid view (VB 2005 Express) and save, it gives me an error that RecID can't allow null values.
How can I make the DataGrid increments the RecID automatically?