Hi,
We are using SmartGWT version 6.1 and are trying to connect to Vertica database via the following settings in server.properties
Vertica JDBC driver does not support Scrollable Resultset, but whatever queries we are running are trying to get Scrollable Resultset which fails.
Is there a way it can be tackled on SmartGWT side? If not how can we use FORWARD_ONLY fetch statement?
We are using SmartGWT version 6.1 and are trying to connect to Vertica database via the following settings in server.properties
Code:
sql.Vertica.database.type:generic sql.Vertica.driver.networkProtocol:tcp sql.Vertica.interface.credentialsInURL:true sql.Vertica.driver.url:jdbc:vertica://xxx-xxxxx-xxxxxx.com:5433/xxxx?user=user1&password=pwd&schema=schemaName sql.Vertica.driver.context:schemaName. sql.Vertica.driver.name:java:comp/DefaultDataSource sql.Vertica.interface.type:driverManager sql.Vertica.driver:com.vertica.jdbc.Driver sql.Vertica.driver.autoConfigured:true
Is there a way it can be tackled on SmartGWT side? If not how can we use FORWARD_ONLY fetch statement?
Comment