莱鸟的数据库连接问题?
cpu 2004-01-06 10:37:33 以下数据库连接错在哪里?JCreator提示的错误信息如下:
unreported exception java.lang.classnotfoundexception :must be caught or declared to be thrown
unreported exception java.sql.sqlexception :must be caught or declared to be thrown
我使用的是JDK1.4,代码如下:
import java.sql.*;
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
String url="jdbc:odbc:kelon";
Connection sqlcon=java.sql.DriverManager.getConnection(url,"sa","1688");