Latest Activity
Hi, I am trying to create JDBC datasource using MYSQL adaptor. The test connection is successful but when Save the source and try to create base views of tables I am unable to see any tables in my database. I have granted all the access to the databas...
We are trying to connect Denodo with Tableau and Databricks with JDBC driver "denodo-vdp-jdbcdriver-8.0-update-20220815" and also the previous version of driver. Our current version of Denodo Installation is also the same "Denodo 8.0-20220815". But whi...
Hi Denodo Community Team, I try to retrieve table data using denodo-vdp-jdbcdriver-8.0-update-20220815. Connection is established success but getting java.sql.SQLException: Internal error executing query. No results returned. Further, first time it is ...
Hello, I have a requirement where I would like to pass a custom parameter via denodo jdbc driver from northbound connectivity. I would also like to read the value of this parameter within Denodo as a session/environment variable and potentially use t...
Hello, I am trying to configure HTTPS proxy with authorization for the Denodo data sources in the Server Configuration panel https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/server_configuration/default_configuration_of_http_pro...
Hello, Is it possible for a API Call to do an Update or an Insert. If the data exists Update if not then Insert. Also is the PUT response method available in the express version?
Hi Team, I am trying to connect to Denodo server from Azure Databricks using spark read api for jdbc like: url = "jdbc:vdb://%s:%s/%s" % (server, port, vdb) remote_table = (spark.read .format("jdbc") .option("driver", driver) .option("url", url) .opti...
Azure Driver databricks JDBC Denodo vdp jdbc driver Azure databricks
Generally there will be single port to which an application can connect from both jdbc as well as odbc. Why denodo is providing different ports for both?
PostgreSQL JDBC Denodo 7 ODBC Denodo 8 ODBC Denodo vdp jdbc driver
We are trying to establish connectivity from within IBM infosphere datastage (V 11.7.1.1) using JDBC stage. Datastage is running on AIX machine version 7.2 I have downloaded the required jar file "denodo_vdp_jdbcdriver.jar" and placed it inside direct...
I have downloaded & installed denodo-vdp-jdbcdriver-8.0-update-20210209 in an Windows application to create a connection. I am able to successfully connect to the server but it does not appear to be connecting to the database. Full connection URL...