Latest Activity
I'm using a version of your 5.5 driver that was compiled with java 1.5 and in using Splunk to connect to Denodo it errors out on the following call a. java.lang.AbstractMethodError: com.denodo.vdb.jdbcdriver.VDBJDBCConnection.isValid(I)Z The isValid c...
Hi, We are using squirrel sql client to test extracts for a UI. we can read base views and 2 table joins fine but 3 or more tables results in semanticexception error 10009, invalid table alias 't0'. the same query works fine in denodo client and the we...
is it possible that I VQL query from external application using JDBC to find Folder name which contains a given view/data source name? Also is it possible to VQL query from external application using JDBC to find the database name of a given data sour...
Hi, I wanted to know whether the latest com.denodo.vdb.jdbcdriver.VDBJDBCDriver driver supports type_scroll_insensitive. Thanks in advance Amogha
com.denodo.vdb.jdbcdriver.VDBJDBCDriver does not support type_scroll_insensitive ResultSet . I have application that requires ResultSet to transverse back using resultSet.previous(); . but as com.denodo.vdb.jdbcdriver.VDBJDBCDriver only supports type_...
I am running into an issue connecting to a SQL Server 2008 R2 named instance using JDBC with either the JTDS or the MS Driver. I've tried specifying just the instance (which would be ideal, as it is conceivable that with named instances they could be u...
Hi there, Is there a JDBC connector to access VDP from Cognos (Ver 10 or 11) available? If so, where can I download it from?
Denod 6.0 - The JDBC client I am using is DBVisulizer. How to connect to VDP via JDBC client using Kerberos?
Hi, We use denodo on top of Spark through JDBC. We have some derived views built on top of some big tables. We would like to limit the number of records a user can query based off of this view automatically rather than user specifying LIMIT clause. ...
As com.denodo.vdb.jdbcdriver.VDBJDBCDriver does not support type_scroll_insensitive ResultSet .I wanted to use CachedRowSet property to scroll backwards. I have application that requires ResultSet to transverse back using resultSet.previous(); . but a...