Multiple Record Insert with Incremented value Issue
Posted: Fri Jul 31, 2009 8:57 am
I have developed a online library application which is running on intranet environment in my company. Now while doing enhancement of the application i am strucked up with an issue:
While inserting a new book into library database , i have to make copies of the same book record as per the user choice. Ex : User opts for 5 copies of a same book 5 records with the same data except book no. My book no format is as follows:
(E00001-E99999),(L00001-L99999),(N00001-N99999). Book No Format is as per the company standard.
From the Book Data Entry page i can take Book No,No Of Copies as a user input to the action page.Thereafter suggest me to proceed further with a sample to resolve this issue.
I am not using any class for this page
Thanks In Advance
Naveen
While inserting a new book into library database , i have to make copies of the same book record as per the user choice. Ex : User opts for 5 copies of a same book 5 records with the same data except book no. My book no format is as follows:
(E00001-E99999),(L00001-L99999),(N00001-N99999). Book No Format is as per the company standard.
From the Book Data Entry page i can take Book No,No Of Copies as a user input to the action page.Thereafter suggest me to proceed further with a sample to resolve this issue.
I am not using any class for this page
Thanks In Advance
Naveen