I have two arraylists to insert into 2 columns in a database table as follows:
arraylist1: 123444, 324555, 6423643, 532326 arraylist2: jkfdsl, nkjfsdlj, jdsl
You cannot store an ArrayList in a varchar column.
You need to store a string.