Re: [INTERFACES] Win32 interface

From: "Ken J(dot) Wright" <ken(at)ori-ind(dot)com>
To: David Giffin <david(at)agent911(dot)com>, pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] Win32 interface
Date: 1999-09-02 20:42:17
Message-ID: 3.0.32.19990902134214.008e3100@ren.cncware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

At 14:02 09/02/1999 -0700, David Giffin wrote:
>
>I'm trying to use the postgresql win32 interface to connect ot a UNIX
>host. I'm using PQconnectDB() to get the connection. Each time I try to
>connect it says unknown host name:
>
>connectDB() -- unknown hostname: mobile
>
>reguardless of specifying the ip address or the complete host name. Any
>ideas??

are you using the proper parameter string?
PQconnectDB('host=hostname dbname=databasename user=username')

Otherwise maybe send code snippet to look at?

Ken

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message David Giffin 1999-09-02 21:02:43 Re: [INTERFACES] Win32 interface
Previous Message Jackson, DeJuan 1999-09-02 17:07:19 RE: [INTERFACES] Need an example