Home > Database > Mysql Tutorial > body text

学习笔记:jdbc连接、操作数据库SQL Server 2008(二)

WBOY
Release: 2016-06-07 15:11:45
Original
1191 people have browsed it

在前天的文章http://blog.csdn.net/barryhappy/archive/2011/06/06/6528368.aspx中,我写了第一次用java连接的方法记录。 那是创建了一个指向数据库的数据源,然后通过数据源利用jdbc-odbc桥实现的连接。 额蓦然又发现使用jdbc-odbc桥是不被推荐的方法貌似是

在前天的文章http://blog.csdn.net/barryhappy/archive/2011/06/06/6528368.aspx中,我写了第一次用java连接的方法记录。

那是创建了一个指向数据库的数据源,然后通过数据源利用jdbc-odbc桥实现的连接。

 

额……蓦然又发现使用jdbc-odbc桥是不被推荐的方法……貌似是因为平台支持之类的原因……

额……

 

换一个吧——

http://blog.csdn.net/barryhappy/archive/2011/06/06/6528368.aspx

作用是连接到名为test1的数据库,并创建了一个Statement对象~~~~

 

 

要注意的是须把在http://www.microsoft.com/downloads/zh-cn/details.aspx?FamilyID=a737000d-68d0-4531-b65d-da0f2a735707下载的驱动程序jar包sqljdbc4.jar放到lib目录下。

环境变量的CLASS_PATH中也要有此jar包的引用。

 

 

 

最后推荐一篇关于sqlserver驱动的文章,相当详细——http://blog.csdn.net/downmoon/archive/2009/07/16/4352914.aspx

 

 

 

 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!