I have two Java stored procedures using JDBC but get problems when I call the 2nd from the 1st. I am using JDBC statement syntax as follows
rs = stmt.executeQuery();
// Use query results to migrate products
callSQL = "{call au_migrate_product(?,?)}";
while...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.