Re: iODBC vs unixODBC

From: Jon Schewe <jpschewe(at)mtu(dot)net>
To: Stergios Zissakis <szis(at)intranet(dot)gr>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: iODBC vs unixODBC
Date: 2004-06-29 22:28:52
Message-ID: 20040629222852.GA1390@mtu.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Ok, I got it working. I changed 2 things.

1) I'm connecting to localhost instead of my machine name. This causes
postgreSQL to use a local socket instead of a TCP socket.

2) Because of 1 and how my security is setup I am no longer using md5
authentication to connect.

Do you suppose that the md5 authentication is not implemented in the
drivers?

On Tue, Jun 29, 2004 at 07:12:01AM -0500, Jon Schewe wrote:
> Here's the basic problem. See my post from June 18 for more details.
>
> When I use the unixODBC drivers isql also goes away eating
> CPU, however I get the following in my postgresql logfile:
> 2004-06-16 11:10:04 LOG: unexpected EOF within message length word
>
> On Tue, 2004-06-29 at 01:31, Stergios Zissakis wrote:
> > What is the problem with unixODBC? I got it working on Solaris 8 quite
> > easily.
> > Send me details on where it goes wrong. I might be able to help.
> >
> > -----Original Message-----
> > From: pgsql-odbc-owner(at)postgresql(dot)org
> > [mailto:pgsql-odbc-owner(at)postgresql(dot)org]On Behalf Of Jon Schewe
> > Sent: Monday, June 28, 2004 11:59 PM
> > To: pgsql-odbc(at)postgresql(dot)org
> > Subject: [ODBC] iODBC vs unixODBC
> >
> >
> > I've been trying to get unixODBC to work with PostgreSQL 7.4.2 with no
> > luck. After doing some more looking I see that iODBC exists as well.
> > Are there any reasons to choose on over the other? The only things I've
> > noticed are that it appears there are more unixODBC drivers than iODBC
> > drivers and that SuSE is no longer shipping iODBC.
> >
> > I did read the thread on iODBC and unixODBC from September of 2001, but
> > haven't seen much since then.
> >
> > --
> > Jon Schewe | http://mtu.net/~jpschewe
> > GPG signature at http://mtu.net/~jpschewe/gpg.sig.html
> > For I am convinced that neither death nor life, neither angels
> > nor demons, neither the present nor the future, nor any
> > powers, neither height nor depth, nor anything else in all
> > creation, will be able to separate us from the love of God that
> > is in Christ Jesus our Lord. - Romans 8:38-39
> --
> Jon Schewe | http://mtu.net/~jpschewe
> GPG signature at http://mtu.net/~jpschewe/gpg.sig.html
> For I am convinced that neither death nor life, neither angels
> nor demons, neither the present nor the future, nor any
> powers, neither height nor depth, nor anything else in all
> creation, will be able to separate us from the love of God that
> is in Christ Jesus our Lord. - Romans 8:38-39
>

--
Jon Schewe | http://mtu.net/~jpschewe
GPG signature at http://mtu.net/~jpschewe/gpg.sig.html
For I am convinced that neither death nor life, neither angels
nor demons, neither the present nor the future, nor any
powers, neither height nor depth, nor anything else in all
creation, will be able to separate us from the love of God that
is in Christ Jesus our Lord. - Romans 8:38-39

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message zzzmito 2004-06-29 22:35:39 ODBC and multi-threading: basics
Previous Message mjgacto 2004-06-29 18:17:59 Problem with PostgreSQL ODBC