Page 1 of 1

Keyword not supported: 'Host'

Posted: Wed 15 Aug 2007 08:16
by unreallity
Hello,

I am evaluating postgresqldirect.net.

System:
CoreLab.PostgreSql.Web, Version=3.20.12.0
Mono 1.2.4
PostgreSql Version = 8.2.3
Operating System = OSX

Its not possible for me to use it at the moment. Other drivers, like ngpsql are working normally.

I use the following connection string in web.config:

Code: Select all

 
and following code in an aspx file:

Code: Select all


"
    ProviderName="" SelectCommand='SELECT * FROM "Test"'>
Result is:
Keyword not supported: 'Host'
When changing 'Host' to Server, result is:
Keyword not supported: 'Schema'
When deleting 'Schema' attribute, i get:
HTTP 500. System.Net.Sockets.SocketException: Connection refused
Any help available?

Posted: Thu 16 Aug 2007 09:31
by Alexey
Could you try to create simple application with PgSqlConnection component and open it. Will same error occur?