ArrayList for saving all the columns of database
Hi friends,
I want to pass a arryalist object to a method which inserts record to sql table. How do i add all the column names and values to this arraylist object and also check for the no of columns passed?