Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get next number from SQL Server
Message
From
20/11/2006 09:04:41
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Get next number from SQL Server
Miscellaneous
Thread ID:
01171148
Message ID:
01171148
Views:
193
In our order entry application, when an order is created, the next available order number is taken from a field in a table. Then, the field is incremented by 1 for the next time this routine is called.

We want to use a SQL Server table within our .Net application to manage the next number field. However, how can we lock the table in our routine, while it's getting and incrementing the field, so that no other user can access the table. Then unlock the table when done.

We want to avoid two or more users getting the same next number order number from the table's field.

How can this be done?

Thanks,

Jerry
Next
Reply
Map
View

Click here to load this message in the networking platform