Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Writing Counter Record in Temp Table

Status
Not open for further replies.

srsr

Programmer
May 15, 2006
3
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
 
why do u want to do this on the ASP.NET side? why not the database side?

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top