Plz help me
-
hi all i have to autogenerate invoice no which should be alphnumeric. Had any one idea about how to autogenerate IDs
poonam
Where is this invoice number being generated from and what are the constraints? I presume it will be generated in the database, in which case you can use an identity column. If that is not an acceptable solution then you need to give more information.
Upcoming FREE developer events: * Developer! Developer! Developer! 6 * Developer Day Scotland My website
-
Where is this invoice number being generated from and what are the constraints? I presume it will be generated in the database, in which case you can use an identity column. If that is not an acceptable solution then you need to give more information.
Upcoming FREE developer events: * Developer! Developer! Developer! 6 * Developer Day Scotland My website
If this does not work why not just use a varible as a counter if you creat it as a user varible it will hold even when the program shuts down. that way if you need to you can reset it programicaly the only problem i could see with this is if you jumped the app to a different system but using the same db
-
If this does not work why not just use a varible as a counter if you creat it as a user varible it will hold even when the program shuts down. that way if you need to you can reset it programicaly the only problem i could see with this is if you jumped the app to a different system but using the same db
deathbat wrote:
If this does not work why not just use a varible as a counter if you creat it as a user varible it will hold even when the program shuts down
What exactly is a "user variable" and how is it different to any other kind of variable? How does it hold on to the value when the program shuts down?
Upcoming FREE developer events: * Developer! Developer! Developer! 6 * Developer Day Scotland My website