T
tma
Can someone help with how I might add a datarow to a dataset where the
Primary Key is an identity column and as such does not receive its value
until the row is inserted into the db?
I get a null error adding the row to the dataset without a value in the PK
field.
Is this poor design or use of the identity field or is there a technique I
need to learn to accomplish this correctly?
Thanks.
Primary Key is an identity column and as such does not receive its value
until the row is inserted into the db?
I get a null error adding the row to the dataset without a value in the PK
field.
Is this poor design or use of the identity field or is there a technique I
need to learn to accomplish this correctly?
Thanks.