Reputation: 437
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?
Upvotes: 2
Views: 3008
Reputation: 1503290
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.
Upvotes: 1