From: | longlong <asfnuts(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: about c# and postgresql |
Date: | 2007-07-25 02:53:23 |
Message-ID: | d9f0a46b0707241953u15cc2e7w9a661f6411ea2d14@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
i was successful to install Npgsql and with it i can connect the local
machine .
but when i try a remote connection i got some problem:
first ,the connection was rejected by the remote host.
then, i edited the pg_hba.conf and postgresql.conf file.the error was
change:
FATAL:F0000:missing or erroneous pg_hba.conf
anybody know what's the problem ?
2007/7/24, Eddy D. Sanchez <eddy(dot)sanchez(at)gmail(dot)com>:
>
> I use Npgsql for client/server applications
> you can view the manual at:
> http://npgsql.projects.postgresql.org/docs/manual/UserManual.htm
>
> On 23 Jul 2007, at 22:47, longlong wrote:
>
> hi,all
> i have a local system with windows xp.
> i want to use c# to connect with a postgresql database running in a linux
> system.
> i get libpg.dll and PgOleDb.dll.
> that's enough for me to do so? or could you tell me how?
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Chris | 2007-07-25 03:12:20 | Re: about c# and postgresql |
Previous Message | Merlin Moncure | 2007-07-25 01:35:59 | Re: Primary Key Performance with INTEGER vs. VARCHAR |