Identity Constraint in DataSet
Hi friends,
In my database, I hav a table that has the primary key field with Identity Constraint.
After filling the DataSet with DataAdapter,I want to add the primary Key as well as the Identity Constraint to my table in the dataset that are present in DataBase. How can I add the Identity Constraint ion dataset....
How can i do this.
|