Microsoft
Software
Hardware
Network
Question : bodytype.
Need to fix the index.
The index is at 30?
I need to make it 28.
Answer : bodytype.
Delete from tblname where bodTypeID = 30
After that:
SET IDENTITY_INSERT table_name ON
INSERT INTO tablename(bodyTypeID,BodyT
ype) Values (28, Other)
SET IDENTITY_INSERT table_name OFF
Random Solutions
Move From IIS6 to IIS7
0x0000026 CDFS FILE SYSTEM
Adding Child Nodes to tree view in VBA
Connect VB6 to SQL 2008
Access VBA Help for Form Movement
Microsoft Office Access can't open the file...
Access 2007 Switchboard Error 2950
Debug Assertion Failed...Help
When installing Exchange 2010 demo
Converting Double to CString