Latest Activity

code

Updated 5.5 JDBC driver ?

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...

JDBC

code

jdbc connection to denodo derived view fails for multi-table join

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...

hive; hadoop JDBC

code

VQL Querying Folder/Database/Table information through JDBC

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...

VQL JDBC

code

Does VDBJDBCDriver support type_scroll_insensitive

Hi, I wanted to know whether the latest com.denodo.vdb.jdbcdriver.VDBJDBCDriver driver supports type_scroll_insensitive. Thanks in advance Amogha

type_scroll_insensitive JDBC resultset

code

com.denodo.vdb.jdbcdriver.VDBJDBCDriver does not support type_scroll_insensitive ResultSet .

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_...

type_scroll_insensitive resultset JDBC

code

JDBC connectivity to SQL Server 2008 R2 using either the JTDS or Microsoft drivers

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...

JDBC SQL Server

code

Connecting to VDP from Cognos through JDBC

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?

Cognos JDBC connection

code

JDBC Client

Denod 6.0 - The JDBC client I am using is DBVisulizer. How to connect to VDP via JDBC client using Kerberos?

JDBC

code

Delegate LIMIT to Spark through JDBC

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. ...

Delegate JDBC Spark

code

com.denodo.vdb.jdbcdriver.VDBJDBCDriver supports CachedRowSet property.

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...

type_scroll_insensitive JDBC CachedRowSet