In the above program there is a small change that needs to be done for the database creation:
con = DriverManager.getConnection
("jdbc:mysql://localhost:3306/","root","root");
Database name must not be specified in the above command.
U r good.can i ask u for ur help on sometin.can u help me with a code on how to zip both files and directories and save them into a folder that will be specified by a user.i'm creating one and it's not zipping them and saves them outside the specified folder.would have loved to send you the codes i wrote for this so that you can help with any corrections but this aint youe email.
Hope i'm not asking too much n please could you send your reply to d mail written above?.
Thanks
v nice and basic tutorialAru November 16, 2011 at 5:47 PM
this tutorial was very nice, brief and to the point
Creation of database. Sudeep June 4, 2012 at 12:41 PM
In the above program there is a small change that needs to be done for the database creation: con = DriverManager.getConnection ("jdbc:mysql://localhost:3306/","root","root"); Database name must not be specified in the above command.
whereAnie July 10, 2012 at 2:34 PM
Hi, after creating the database, where can u find the sql dump for the database created?
Files and directories zipping issuesAndre July 26, 2012 at 12:31 AM
U r good.can i ask u for ur help on sometin.can u help me with a code on how to zip both files and directories and save them into a folder that will be specified by a user.i'm creating one and it's not zipping them and saves them outside the specified folder.would have loved to send you the codes i wrote for this so that you can help with any corrections but this aint youe email. Hope i'm not asking too much n please could you send your reply to d mail written above?. Thanks
database connectivitySAMEER CHIKATE October 1, 2012 at 9:52 AM
how to connect database......... what is the code for connectivity................ can i connect more than 1 table with my database
Post your Comment