Thanks for your suggestions. I was able to pass the array as a String. String myarra = request.getParameter(field_name);
in my javascript still have the array(256) and when I submit the form a function assign myarrayHTML to the field_name. It passed like 4,5,3,,,,,,,,,,,,,,,,,,,, Well the String get commas after my entry when I did not fill the array with 256 elements as it is the size of the array. Well, I got the conclusion that I do not need to change the String (that has my array) because in the createStament of JDBC I could use the string. I need ofcourse to fix the String to be a good String to include in the String that represents my Query. So I hope this way I will get my array of integers in my database. Question which function or package I need to use to get rid of the commas after my entries or to make my string nice to be included in my query? Thanks a lot Orlando =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com