Re: Hello

From: Richard Huxton <dev(at)archonet(dot)com>
To: Vahe Ghorghorian <blackmambas79(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Hello
Date: 2005-08-03 12:15:38
Message-ID: 42F0B56A.5000603@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Vahe Ghorghorian wrote:
> Hello Sir,
>
> I am using PostGreSql ,I want an oledb provider for the postgre in order
> to connect through.net to a postgre Database, I installed the
> pgoledb.dll and I registered it and in the connection string I am using
> the �Provider=PostgreSQL.1 . . . ,but the following error is occurring.
>
> Error: System.Data.OleDb.OleDbException: FATAL: invalid command-line
> arguments for server process HINT: Try "postgres --help" for more
> information.

It seems to be saying the problem is with the server, not the oledb
provider. Can you access PostgreSQL from psql or pgadmin? Do the server
logs show anything interesting?

--
Richard Huxton
Archonet Ltd

In response to

  • Hello at 2005-08-03 11:47:43 from Vahe Ghorghorian

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Murphy 2005-08-03 13:40:26 Note on scalar subquery syntax
Previous Message Richard Huxton 2005-08-03 11:51:05 Re: views to behave differently according to user and schema