Latest Activity

code

How do i connect the sql /postgres database with this c# application?

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

C# PostgreSQL SQL

code

Connecting Denodo and C# Application

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

C# Connection

code

postgresql connecting C# application dotnet framework 4.5,npgsql 4.0.4

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

C# PostgreSQL dotnet framework visual studio

code

Connecting denodo with C# application

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

C#

code

Connecting denodo and C# application

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

C#

code

Properties of ODBC driver

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

C# ODBC Python

code

Npgsql using EF Core

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

C# Entityframework Npgsql

code

ErrorMessage while open connection to Denodo via npgsql in c#

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

c# npgsql

code

Connect to Denodo with C# via Npgsql

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

C# Received unexpected backend message Npgsql