文件名称:USESQL
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-05-27
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- jpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Java与SQL Server的数据库连接源码,JDBC 可以通过IP 地址和端口号建立与数据库的连接。它可将JDBC 调用直接转换为数据库可以直接使用的网络协议。本例实现了直接通过IP 地址和端口号与SQL Server 数据库建立连接。
程序运行后通过指定的Url 建立与SQL Server 数据库的连接,并对数据库进行检索。-Java and SQL Server source database connections, JDBC database connection can be established through the IP address and port number. It can be JDBC calls directly into the network protocol database can be used directly. This example enables a direct connection to the SQL Server database via IP address and port number.
Establish a connection with a SQL Server database after running through the specified Url, and database retrieval.
程序运行后通过指定的Url 建立与SQL Server 数据库的连接,并对数据库进行检索。-Java and SQL Server source database connections, JDBC database connection can be established through the IP address and port number. It can be JDBC calls directly into the network protocol database can be used directly. This example enables a direct connection to the SQL Server database via IP address and port number.
Establish a connection with a SQL Server database after running through the specified Url, and database retrieval.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
USESQL\USESQL.JAVA
USESQL