Latest Activity
How do i connect the sql /postgres database with this c# application? Could you please help me on this? I couldn't find the way to connect postgres and denodo. I used microsoft sql server management studio 2014 to connect the denodo, and I connecti...
I have trying to connect denodo with sql database and C# application , but regarding this i Couldn't find any information on it, I tried to use ngsqlconnection class to connect but it genarate error, Could you please help on this . I'm new to this . H...
I have used postgresql to connect the denodo, And these are the connection properties ; Name : test DB adapter : PostgreSQL 10 Driver class path: PostgreSQL-10 Driver class : org.postgresql.Driver Databae URI: jdbc:postgresql://localhost:5432/test Tra...
I have changed the port to 9996 , and used denodo username and password in connection string , and database name is same in both denodo and postgresql . string connectionString = “Server=localhost;Port=9996;Username=admin;Password=admin;Database=test”...
I have changed the port to 9996 , and used denodo username and password in connection string , and database name is same in both denodo and postgresql . string connectionString = “Server=localhost;Port=9996;Username=admin;Password=admin;Database=test”...
We are developing a project where we have to connect to our Denodo server from a Python script. We basically load the ODBC driver dynamically, connect to the server and then send the query. Very standard process. Here is the snippent of code where we d...
While trying to connect to the Denodo VDP using the sample set provided I am getting the NpgsqlException: Unknown message code 43. Looking at the VDP error log on the server it shows that there is some error with the Kerberos authentication: Error: au...
Hi, I am trying to connect to Denodo (Version 7), via c# code. I installed npqsql (version 4.0.6) and created a connection string with: {host} {port} {username} {passwd} {database} and the SSL-Mode as required. (user and pwd combination was checked...
Good Morning, I am trying to connect via C# to Denodo. My connection string is ssl encrypted. Code is running in catch-branch by connection open. The following message is given: {"Received unexpected backend message ParseComplete. Please file a bug."...