JDBD 连接数据库的问题
我现在用Eclipse 3。1写JAVA程序,由于这个程序需要连接数据库,请问这里的高手应该如何用JDBC 连接Eclipse 3。1 和 MySQL或MS SQL 2000。不知道具体步骤是怎样的,需要什么硬件和软件的条件吗,比如要Eclipse插件吗。谢谢,帮帮忙吧
:( You can find the Driver from the following Links, here u can also find some examples (code).Attention, it's not recommand to use MS JDBC-Driver for connecting with SQL Server, the MS- driver has some bugs and slack performance. I use now the jtds JDBC driver to connecting SQL Server, some alternative ist Jturbo, it's has also some bugs that we have found in some Projects.
JDBC-Driver für MySQL
http://www.mysql.com/products/connector/j/
JDBC-Driver für SQL-Server
http://jtds.sourceforge.net/
页:
[1]