游
游泳的鱼
Unregistered / Unconfirmed
GUEST, unregistred user!
try
{
Class.forName(driver);
}
catch(Exception e)
{
System.out.println("无法加载驱动程序");
}
try
{
Connection con=DriverManager.getConnection(url,user,password);
---
--
}
catch(SQLException SE)
{
//
}
url=? driver=?
{
Class.forName(driver);
}
catch(Exception e)
{
System.out.println("无法加载驱动程序");
}
try
{
Connection con=DriverManager.getConnection(url,user,password);
---
--
}
catch(SQLException SE)
{
//
}
url=? driver=?