Hi Experts,
I have created a demo db and table in SQL 2005 Express for testing purposes.
My primary key field is set to a 'uniqueidentifier' data type.
Will this field auto increment on each insert?
I am using Delph 7, ADO Components and TDBGrid to insert data for testing.
On inserting a new row I receives the error message telling me that I can not insert VALUE NULL into column DemoID.
How do you manage auto increment fields in Delphi 7, SQL 2005 Express and ADO.
Thanks in advance!
Start Free Trial