View Single Post
Go4Expert Member
3Mar2011,18:42  
bouki's Avatar
Quote:
Originally Posted by shyam_oec View Post
Yes,you are right .That will be more logical.You can use sequence.
Before inserting data you can find the next sequence number and then instead of user input you can provide that sequence number.And alongwith the sequence number you can also give any prefix notation like PRC00001..PRC00002...etc...
Could you give me an example on how to implement that into my code?