ErrorMessage while open connection to Denodo via npgsql in c# - TechRepublic
Question
March 9, 2022 at 06:39 AM
sachinputra88

ErrorMessage while open connection to Denodo via npgsql in c#

by sachinputra88 . Updated 4 years, 2 months ago

ErrorMessage while open connection to Denodo via npgsql in c#
sorry, if this is question is (to) easy for stackoverflow community.

I am trying to connect to Denodo (Version 7), via c# code.

I installed npqsql and created a connection string with: {host} {port} {username} {passwd} {database} and the SSL-Mode as required.

(user and pwd combination was checked via Launch Pad)

For trying I use a simple select statement.

If I call Open() on my NpqsqlConnection object I get the error message {“Received unexpected backend message ParseComplete. Please file a bug.”}

For beeing sure I tried to ping the host, which works fine. And if I try without SSl, the error message indicates that the SSl is required, therefor I think the correct backend is found.

Could someone give me a hint?

All Comments