Deepak
Deepak

Reputation: 437

needed in java stored procedure with OUT parameter for MYSQL

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

Answers (1)

Jon Skeet
Jon Skeet

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

Related Questions