e232. getting jdbc drivers for a database.txt
来自「这里面包含了一百多个JAVA源文件」· 文本 代码 · 共 17 行
TXT
17 行
Many of the new features in java.sql and javax.sql for J2SE 1.4 require JDBC 2.0 drivers. Information about available JDBC drivers for various databases is available at
http://java.sun.com/products/jdbc
For an Oracle database, download and installation instructions are available at:
http://otn.oracle.com/software/content.html
For a MySQL database, download and installation instructions are available at:
http://mmMySQL.sourceforge.net
For a SQL Server database, there are many JDBC drivers available. Here are some:
NetDirect: http://www.j-netdirect.com
DataDirect: http://www.datadirect-technologies.com
FreeTDS: http://www.freetds.org
Related Examples
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?