我正在尝试使用WSO2 DB参数从PostgreSQL EI连接到Denodo数据源。
我可以使用简单的查询获取细节。
但是,当我添加一个简单的"where“条件时,我会得到以下错误:
java.lang.IllegalStateException: Received resultset tuples, but no field structure for them我正在使用从postgresql网站下载的以下驱动程序:
postgresql-42.1.3.jar
注意: Denodo包的postgresql驱动程序似乎不起作用。
发布于 2017-07-21 02:28:48
WSO2允许您使用自己的JDBC驱动程序吗?
如果我记得,您应该使用Denodo JDBC驱动程序,而不是postgresql驱动程序。
https://stackoverflow.com/questions/45208463
复制相似问题