嗨,我正在尝试将Jaybird驱动程序添加到iReports中,但没有太多成功。这就是我到目前为止所做的。
复制jaybird21.dll和jaybird-full-2.1.6.jar到:
C:\Program Files\Jaspersoft\iReport-4.1.1\ireport\modules\ext转到iReport中的工具|选项,并将JAR添加到类路径中。
转到Window | Services并添加驱动程序。
当我尝试与此驱动程序连接时(连接使用...)使用此URL:
jdbc:firebirdsql:localhost/3050:C:/GRIP/data/grip11.fdb我得到以下消息:
unable to add connection, cannot establish a connection to jdbc:firebirdsql:localhost/3050:C:/GRIP/data/grip11.fdb using org.firebird.sql.jdbc.firebirddriver (unable to find suitable driver).我遗漏了什么?
发布于 2011-12-09 21:40:14
我在Frontbase中遇到了类似的问题,当您输入JDBC URL时,在URL的末尾省略数据库,即jdbc:firebirdsql:localhost/3050
发布于 2012-11-01 05:30:31
在尝试将jtds驱动程序添加到IReport时,我遇到了类似的问题。我尝试从Tools --> Options中将其添加到类路径中,但对我也不起作用。
最后我发现了这个http://community.jaspersoft.com/questions/500126/ireports-and-ms-sql-server
我做了以下工作,它对我很有效
将jar文件jtds-1.2.jar放到iReport的lib中,我还将jar文件添加到iReport的类路径中,将jtds-1.2中的.dll文件下载到iReport的根目录中,然后重新启动iReport
希望它能帮上忙!
发布于 2013-02-26 21:02:44
我也有一些问题。解决方案是:
如果您想使用此驱动程序设置jasperserver:
对于jasperservers中的jasperserver)
”
这是针对较旧的iReport - 4.0.2的,但我认为它仍然有效。Jasperserver是4.2.1,我使用tomcat-7.0.19
https://stackoverflow.com/questions/7104336
复制相似问题