Hello All,
I need to create a java code for auto numbering.
A value will be mentioned in a table in database eg 10000.
The java file has to retrive the database value and start the auto numbering from that particular number.
It should increment by 1 for the next data as soon as we click on Save button.
I am not able to get any hint as to how to start.
Could anyone please help me in this?
Thanks in Advance.
Pooja