insert array list from java code into database using procedures
856967Aug 29 2011 — edited Aug 29 2011Hi,
here's what I have done : I have obtained a l"List" from an external application using Java.
I wrote up some DAO layers and CallableStatements and prepared statement to execute the backend query.
what I have to do : I wrote a backend query attempting to alter a table and create a new row and insert this "List" into the table.
I am getting error because of improper query to insert this List.
As solution, could someone please give me example of how to alter a table and create a row and insert the list from DAO layer ?
Regards,
T