MS SQL Server 与 JasperReports 的连接
请告诉我如何设置与 MS SQL Server 2005 和 JasperReports 的连接。
请告诉我连接步骤。
Please tell me how to set a connection with MS SQL Server 2005 and JasperReports.
Please tell me the steps for the connection.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 jdbc 驱动程序与 MS SQL Server 连接。
连接字符串如下所示:
您可以阅读有关每个参数的信息 此处。
连接字符串示例:
使用 JasperReports API 连接 MS SQL 的示例代码数据库:
您可以下载
JDBC Driver 2.0
此处 或JDBC Driver 3.0
此处。You can use jdbc driver for connection with MS SQL Server.
Connection string looks like:
You car read about each parameter here.
The sample connection string:
The sample code of connecting with JasperReports API to MS SQL Database:
You can download
JDBC Driver 2.0
here orJDBC Driver 3.0
here.