Hello everybody,
I am new to java programming.
Actually I have designed a form in which I have 5 fields & a submit and add button.
My requirement is that I need to save 100 data in database, but at a time I can enter only 1 set of data. And as it is not nice to make connection with database each time i.e 100 time.
I need that each time i enter data it should be stored some where and finally submit into database together.
Any kind of help shall be appreciated.
Thanks.