Re: [INTERFACES] psqlodbc

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: MrLinux(at)applix(dot)com, Aleksey Demakov <avd(at)gcom(dot)ru>
Cc: Postgres Interfaces Mailing List <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: [INTERFACES] psqlodbc
Date: 1998-07-31 15:27:10
Message-ID: 35C1E24E.8611793B@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> I've included the HOWTO I recently wrote for mySQL that will be
> distributed with the upcoming 4.4.1 release; hope this helps.

That helped a lot Eric. Thanks.

So, here is the current status:

1) the psqlodbc driver has the database information section _hardcoded_
as "PostgreSQL".

2) the psqlodbc driver does not successfully read the .odbc.ini file (or
at least doesn't read any of the entries I've put into it). That
explains why the log files were not being written and why things like
the server name and port number were never being set.

3) I guess it shouldn't suprise me, but the psqlodbc driver does not use
libpq to interface with Postgres. Byron and company have done a lot of
work recreating it.

Off to work now. Will try some more this evening...

- Tom

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-08-01 17:08:32 Re: [INTERFACES] psqlodbc
Previous Message Rolf Luettecke 1998-07-31 11:39:54 Re: [GENERAL] Old ODBC Driver references on website