Sunday, August 7, 2011

How to Add ArrayList values to Database.?

you need to write Data access object Class (DAO) class to interface with DB and to access the table programatically and then you can just iterate through Arraylist and insert the values in DB.

0 comments:

Post a Comment