Latest Activity
I am using .net core 3.0 with entity framework core . Is there an article somewhere detailing how to connect to denodo vdp using ef core and .net core. I tried connecting like a postgres database using Npgsql and it does not work.
Dear Denodo Team, actually we are using NPGSQL version 2.2.7 to connect to VDP server, as recommended by you, but after disabling TLS versions 1.0/1 at our environments, these drivers are not working anymore. At following page Denodo recommends to us...
for the DEN80EDU16BDS03VID02 the " Using the ADO.NET Data Provider " from where and how to download the npgsql driver ? i could not do all the steps something is missing even after downloading https://github.com/npgsql/npgsql/releases/tag/v2.2.7 and in...
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."...