with the help of jdbc driver we can perform and make a ne public Connection getConnection() throws SQLException {
Connection conn = null;
Properties connectionProps = new Properties();
connectionProps.put("user", this.userName);
connectionProps.put("password", this.password);
if (this.dbms.equals("mysql")) {
conn = DriverManager.
getConnection("jdbc:" + this.dbms + "://" + this.serverName +
":" + this.portNumber + "/", connectionProps);
} else if (this.dbms.equals("derby")) {
conn = DriverManager.
getConnection("jdbc:" + this.dbms + ":" + this.dbName + ";create=true", connectionProps);
}
System.out.println("Connected to database");
return conn;
}
w jsp pages and develop our mazor project.
thats time we will do any work with the help of jdbc.its a univarsal formula
Hello My name is Freda Parks, and on behalf of LeanCor(Suppy Chain Group), Iâ??m looking for a software program that will make changes and organize documentation for a software development program. And Coding
Thank you for your time
Freda Parks
From: The IT Department
jdbc connectivitysanjeev sahu April 25, 2011 at 2:17 PM
with the help of jdbc driver we can perform and make a ne public Connection getConnection() throws SQLException { Connection conn = null; Properties connectionProps = new Properties(); connectionProps.put("user", this.userName); connectionProps.put("password", this.password); if (this.dbms.equals("mysql")) { conn = DriverManager. getConnection("jdbc:" + this.dbms + "://" + this.serverName + ":" + this.portNumber + "/", connectionProps); } else if (this.dbms.equals("derby")) { conn = DriverManager. getConnection("jdbc:" + this.dbms + ":" + this.dbName + ";create=true", connectionProps); } System.out.println("Connected to database"); return conn; } w jsp pages and develop our mazor project. thats time we will do any work with the help of jdbc.its a univarsal formula
school management system.ishyika October 2, 2011 at 1:15 AM
Im trying to develope software on school management system in php. Im new to it and i need help. Can i get some examples of it??
Software products Freda Parks March 5, 2013 at 12:30 AM
Hello My name is Freda Parks, and on behalf of LeanCor(Suppy Chain Group), Iâ??m looking for a software program that will make changes and organize documentation for a software development program. And Coding Thank you for your time Freda Parks From: The IT Department
Post your Comment