Tutorials Point - Simply Easy Learning
Forum Home
Register
Login
Forgot?
ABOUT
|
CONTACT
|
HOME
Advertisements
TutorialsPoint
General Discussion
Post a reply
2 posts • Page
1
of
1
Java Database connectivity(JDBC) doubt ?
by
ravindrareddy.ganji
» Sun Oct 14, 2012 10:24 am
ravindrareddy.ganji
Posts:
1
Joined:
Sun Oct 14, 2012 9:54 am
what is the return type of callable statement in JDBC
ยป
by
daniel88
» Fri Dec 28, 2012 10:41 am
daniel88
Posts:
11
Joined:
Thu Dec 27, 2012 12:37 pm
Location:
VIET NAM
A Simple Example of callable statement is give below which calls the stored procedure HI() from database student.
At first create a database student in MySql Then Create a Stored procedure in the database as
DELIMITER //
REATE PROCEDURE `HI`()
BEGIN
SELECT 'HI FRIEND !' AS MESSAGE;
END //
DELIMITER;
Vietnam tours
-
Vietnam trip
-
Valentine cruise
Post a reply
2 posts • Page
1
of
1