DataTable not auto incrementing when database changed to SQL server 2008

Posted by Rigobert Song on Stack Overflow See other posts from Stack Overflow or by Rigobert Song
Published on 2010-04-01T13:48:53Z Indexed on 2010/04/01 13:53 UTC
Read the original article Hit count: 301

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?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about sql-server-2000