Hi there...
Can someone help me creating a table in Visual Studio 2008 using MSSQL 2005 Express...?
I have a table where ID should be the auto increment. I have made the ID collumn (Is Identity) to YES, Identity Increment to 1, AND Identity Seed to 1.
When I input data, it makes the auto increment -1, -2, -3, etc... This doesn't work as I have a related table and then writes in the LINK collumn in the second table, that -1, -2, etc. data...?
HOW CAN I MAKE IT COUNT 1,2,3,etc and not -1,-2,-3,etc...????????
Can someone help me creating a table in Visual Studio 2008 using MSSQL 2005 Express...?
I have a table where ID should be the auto increment. I have made the ID collumn (Is Identity) to YES, Identity Increment to 1, AND Identity Seed to 1.
When I input data, it makes the auto increment -1, -2, -3, etc... This doesn't work as I have a related table and then writes in the LINK collumn in the second table, that -1, -2, etc. data...?
HOW CAN I MAKE IT COUNT 1,2,3,etc and not -1,-2,-3,etc...????????