Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How can I use JDBC with MySQL?

user-image
Question added by Samar Saleh , Community Manager , Bayt.com
Date Posted: 2013/06/20

it's simple only follow5 simple steps:1) create a class object for Driver Class Class.forName("com.mysql.jdbc.Driver");2) create a connection object Connection con=DriverManager.getConnection("jdbc:mysql://localhose/dbname","username","password");3)create statement object ststement st=con.createStatement();4)write sql query String sql="........
";5)run query by st.executeQuery(sql);

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.