I want to create a java program for connection with mysql database I want to use stored procedure with 1 out parameter and 1 in parameter
How to retrieve result using java Is there any working example?
Thanks, Deepak
I want to create a java program for connection with mysql database I want to use stored procedure with 1 out parameter and 1 in parameter
How to retrieve result using java Is there any working example?
Thanks, Deepak
The MySQL documentation "Basic JDBC Concepts" page seems to have lots of detailed examples. Have you tried those? If you've tried but are having problems, please post some code.
http://www.java2s.com/Code/SQL/CatalogSQL.htm
This url helped me alot. There is some runnable codes here.