Re: [ADMIN] pgsql-interfaces ODBC??? - Mailing list pgsql-admin

From David Hartwig
Subject Re: [ADMIN] pgsql-interfaces ODBC???
Date
Msg-id 356AE3D2.945C8119@insightdist.com
Whole thread Raw
In response to pgsql-interfaces ODBC???  ("ªü³¡·É / Duncan Lo" <duncanlo@m2.dj.net.tw>)
List pgsql-admin
                        ODBC Connection Checklist


   * ODBC Driver Data Source Checks
       1. Valid and resolvable hostname
       2. Valid port number.  (default is 5432)
       3. Valid  and existing database name.
       4. Valid user name.
       5. Valid password for the specified user.  (Required iff
          pg_hba.config is set to password authenticate your client.)
   * PostgreSQL Server Checks
       1. Postmaster must be running.
       2. Postmaster must run with the -i option to allow remote
          connections.
       3. The pg_hba.conf file in $PGPATH/data directory must be
          configured to allow your remote host to connect.



ªü$¡·

> I had install PostgreSQL 6.3.1 in Slackware Linux(kernel 2.0.33)
> Now I install PostgreSQL ODBC Driver in another PC.
> When I import/export data with ODBC Driver.
> It said "ODBC Error!" then print some message...
>
>   Could not connect to the server.
>   Could not connect to remote socket (#1)
>
> Where is my error? Thank you!
> --
>   ·R  ¬OµL«èµL®¬ªº¥I¥X
>         ¦Ó¤£¬O¤£¾Ü¤â¬qªº¦û¦³
>           ¥u¦³¯u¤ß¥I¥Xªº·R¤~¬OµL»ùªº
>
>   ¦Ó§Ú  ¤£½×¤Ñªø¦a¤[  ¤£½×¤Ñ²P®ü¨¤  °l´MµÛ¯u·R..



Attachment

pgsql-admin by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: [INTERFACES] pgsql-interfaces ODBC???
Next
From: John Darrington
Date:
Subject: User Groups in V 6.1 ?