RE: I cant' configure ODBC

From: "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>
To: "'Tamara D(dot) Blum'" <tblum(at)jus(dot)gov(dot)ar>, Ed Koffeman <edk(at)abelcomputers(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: RE: I cant' configure ODBC
Date: 2001-08-24 08:20:25
Message-ID: E2870D8CE1CCD311BAF50008C71EDE8E01F7468A@MAIL_EXCHANGE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Could there be a case issue? Try creating a lowercase only name and
seeing if you can connect via that.
Maybe try adding this line to the pg_hba.conf:
host all 0.0.0.0 0.0.0.0 trust
This'll grant everywhere trust login (no password, just username), so it
should test if your pg_hba.conf file is the problem.
- Stuart
PS Sorry for the previous truncated mail - I'll learn to use a keyboard one
day, maybe :)

> -----Original Message-----
> From: Tamara D. Blum [SMTP:tblum(at)jus(dot)gov(dot)ar]
> Sent: Thursday, August 23, 2001 9:35 PM
> To: Ed Koffeman
> Cc: pgsql-odbc(at)postgresql(dot)org
> Subject: RE: I cant' configure ODBC
>
> Ed,
> i tryed also with my password (the login name is the same in Windows).
> Is there something i forgot to make in Cygwin's side ?
> Any command i have to execute to check if the option ODBC is installed
> correctly ?
>
> Thanks
>
>
>
> I had to put in my regular Windows login name and password before it would
> work for me.
>
> it gives me an error: "ODBC--call failed"
> That is my configuration:
> Database: template1
> Server: localhost
> Port: 5432
> User Name: TBlum (is the name that returns the command whoami)
> Password: (none)
>
> Any idea ?
> Thanks
>
> ----- Mensaje original -----
> De: Ed Koffeman <mailto:edk(at)abelcomputers(dot)com>
> Para: Tamara D. Blum <mailto:tblum(at)jus(dot)gov(dot)ar>
> Enviado: Jueves, 23 de Agosto de 2001 16:38
> Asunto: Re: [ODBC] I cant' configure ODBC
>
> The "Server Name" needs to be set to "localhost"
>
> Ed Koffeman
>
> ----- Original Message -----
> From: Tamara D. Blum <mailto:tblum(at)jus(dot)gov(dot)ar>
> To: pgsql-odbc(at)postgresql(dot)org
> <mailto:pgsql-odbc(at)postgresql(dot)org>
> Sent: Thursday, August 23, 2001 2:03 PM
> Subject: [ODBC] I cant' configure ODBC
>
> Hi, i'm new in postgresql and i'm trying to
> configure the ODBC driver to access postgresql from Access and StarOffice.
>
> I downloaded an ODBC driver from internet and when i
> try to connect postgresql it ask me for a servername and i have installed
> it with CygWin in the same computer i try to access.
>
> I read a chapter about ODBC in postgresql
> documentation, but there are some files i don't have in my installation.
>
> Can anyone explain me how to install and configure
> ODBC ?
>
> Thanks
> Tamara.
>

Browse pgsql-odbc by date

  From Date Subject
Next Message Nick Kennedy 2001-08-24 08:28:16 RE: I cant' configure ODBC
Previous Message Henshall, Stuart - WCP 2001-08-24 08:15:38 RE: I cant' configure ODBC