SQL2000 关于 Java JDBC 驱动的安装和设定
} }catch(SQLException ce) { System.out.println (ce); } } public static void main(String[] args) { CourseAppl retObj = new CourseAppl(); retObj.getConnection(); retObj.display(); }}