posted 20 years ago
Hi Folks,
I need to do a batch update of db field (thanks for help with the SQL statement for this)..
I have a
and for the main() program, I have
Now, when i cann UpdateExpDate() for every record in the i/p file, it needs to make a connection.. I know this can be very expensive in terms of resources.. One way is that I can setup a connection pool class and use connections from that. Other than that, what can I do to batch process this i/p file ?
Thanks in advance for any help you can provide..