Posts Tagged ‘MySQL storedprocedure’

Calling Stored Procedure in MySQL using JDBC

Calling Stored Procedure in MySQL using JDBC

A stored procedure is a procedure (like a subprogram in a regular computing language) that is stored in the database. Correctly speaking, MySQL supports “routines” and there are two kinds of routines: Stored Procedures has a name, a parameter list, and an SQL statement, which can contain many more SQL statements Functions whose return...

Full story

Copyright © 2013 JDBC Tutorial. All rights reserved.
Proudly powered by WordPress. Developed by 7tech Solutions