Archive for ‘JDBC MySQL’

MySQL table create using JDBC

Creating table in MySQL using JDBC is not a big deal. The DBA uses DB front-end editors like Tod, phpMyAdmin etc to create a table in database visually. A java developer can also create a table using JDBC. Here we want to says that create a table using JDBC is not a good solution...

Full story

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