May 15, 2006 #1 srsr Programmer Joined May 15, 2006 Messages 3 Location CA Hi I have temp table as follows:- record_id name 1 A1 2 A2 3 A3 4 A4 How do I insert record in record_id column. record_id is a part of unique key but not a identity field. Please help
Hi I have temp table as follows:- record_id name 1 A1 2 A2 3 A3 4 A4 How do I insert record in record_id column. record_id is a part of unique key but not a identity field. Please help
May 15, 2006 #2 vbkris Programmer Joined Jan 20, 2003 Messages 5,994 Location IN why do u want to do this on the ASP.NET side? why not the database side? Known is handfull, Unknown is worldfull Upvote 0 Downvote
why do u want to do this on the ASP.NET side? why not the database side? Known is handfull, Unknown is worldfull