Create database with jdbc,
June 5, 2009 at 4:33 AM
In the above example ("jdbc:mysql://localhost:3306/jdbctutorial","root","root"); what is jdbctutorial. is it the name of the database. if yes, we are trying to create a database. Is this not contradicting. ie, you are trying to create a database and again you are also connecting to a database. can you please elobrate as i get am getting error
View All Comments
| View Tutorial