Question

  • Creator
    Topic
  • #3951667

    ErrorMessage while open connection to Denodo via npgsql in c#

    by sachinputra88 ·

    Tags: 

    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?

You are posting a reply to: ErrorMessage while open connection to Denodo via npgsql in c#

The posting of advertisements, profanity, or personal attacks is prohibited. Please refer to our Community FAQs for details. All submitted content is subject to our Terms of Use.

All Answers

Share your knowledge