DataTable not auto incrementing when database changed to SQL server 2008
- by Rigobert Song
I have scripted my SQL server 2000 database and created it on a 2008 server.
I update the database using a ADO .Net Dataset designed in VS 2003.
My problem is certain tables that have identity fields don't have these fields as auto increment in the dataset?
I could set these to auto increment in code, but this seams like a work around.
Has anyone encountered this problem?