tags:

views:

400

answers:

2

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

+1  A: 

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.

Jon Skeet
A: 

http://www.java2s.com/Code/SQL/CatalogSQL.htm

This url helped me alot. There is some runnable codes here.

Deepak