下面是加载 JDBC 数据库驱动的代码片段:
try{ Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); }
catch(ClassNotFoundException e){ out.print(e); }
该程序加载的是哪个驱动?