Home > Database > Mysql Tutorial > jdbc 链接sqlserver2005的数据库设置win7 64位操作系统

jdbc 链接sqlserver2005的数据库设置win7 64位操作系统

WBOY
Release: 2016-06-07 15:41:15
Original
880 people have browsed it

jdbc连接mssql2005库 win7 64位操作系统 1. 从微软网站下载了Microsoft JDBC Driver 4.0 for SQL Server 2. 将x86目录中的sqljdbc_auth.dll文件copy到windows目录 注意不是windows\system32目录 3. 将sqljdbc4.jar文件copy到项目的lib目录下面 4. 用jdk1.6编

jdbc连接mssql2005库 win7 64位操作系统

1. 从微软网站下载了Microsoft JDBC Driver 4.0 for SQL Server


2. 将x86目录中的sqljdbc_auth.dll文件copy到windows目录  注意不是windows\system32目录


3. 将sqljdbc4.jar文件copy到项目的lib目录下面


4. 用jdk1.6编译项目


5. 连接参数用
     jdbcUrl="jdbc:sqlserver://localhost:1433;databaseName=eworkflow-dotnet;integratedSecurity=true;"  user="sa" password="" />

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