| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Increment Invoice Number
<i><b>Originally posted by : cp (carap@artsuniq.com)</b></i><br />I have a shopping cart written in pure ASP. Each time there is a purchase, I want to increment the invoice number. Any suggestions?
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : steve</b></i><br />if you using a database use an identity column, this is the datatype that autoincrements. Or once the order is confirmed and ordered you could use a single table that stores the value of the highest number and then query it when your ready to insert the db record to get your unique key.<br /><br /><br />------------<br />cp at 5/16/2000 12:54:50 PM<br /><br />I have a shopping cart written in pure ASP. Each time there is a purchase, I want to increment the invoice number. Any suggestions?
|
![]() |
| Viewing: ASP Free Forums > System Administration > Windows OS > Increment Invoice Number |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|