Viewing 2 posts - 1 through 2 (of 2 total)
alter table [dbo.TBLCATEGORY]
alter column ID IDENTITY(4981,1)
;
Insert into [dbo.TBLCATEGORY] (PARENT,TITLE,TYPE) values (1204,'tt',0);
(dbo.TBLCATEGORY ID is identity column)
February 10, 2009 at 11:54 pm
#941861
change connection string to SSCE[:]Database Password='myPassword' instead of pwd (no [] around : )
February 10, 2009 at 11:49 pm
#941860