Re: [INTERFACES] iodbc interface on Unix

From: Gerald Gryschuk <gerald(dot)gryschuk(at)home(dot)com>
To: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: Gerald Gryschuk <ggryschuk(at)scf(dot)sk(dot)ca>, Byron Nikolaidis <byronn(at)insightdist(dot)com>, Postgres Interfaces Mailing List <pgsql-interfaces(at)postgreSQL(dot)org>, MrLinux(at)applix(dot)com
Subject: Re: [INTERFACES] iodbc interface on Unix
Date: 1998-08-20 08:30:57
Message-ID: 35DBDEC1.FAAB1DBD@home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Thomas G. Lockhart wrote:
>
> Woohoo!! Got my first data access through Applix via the psqlodbc
> driver. It turns out that Gerald's suggestions about driver linking
> problems and a damaged Makefile (with a misplaced "-L") were the keys to
> jump these last steps, and I probably would not have gotten anywhere
> without the suggestions. Thanks Gerald!
>

Great to hear this.

>
> I do get a "broken pipe" with at least one operation still; spent the
> last while trying to get more of the internal calls stubbed out properly
> and things work somewhat better but not finished yet.
>

Uhmm. Well now what do I do with my changes? I went through the complete
source and changed all the internal SQL calls as we had discussed, Doh!.
I didn't
make the changes for reading the odbc.ini file though. I can still send
this to you if you want it. In fact why don't I send my source to you,
you do a diff against your new code, add or fix it as you see fit than
send the whole shabang along to Byron. I would guess he probably won't
want 2 different copies of source fixing the same problem. I did add
a Makefile.standalone which is essentially the same one I sent out in
the original way back when. There's probably a better solution than this
though.

Anyway, I'll attach my source to a private message than you can go from
there.

--
Gerald Gryschuk
gerald(dot)gryschuk(at)home(dot)com
MidNightOil Consulting - "We burn the midnight oil so you don't have
to."

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message James Olin Oden 1998-08-20 11:39:01 Re: [INTERFACES] Data types and binary data
Previous Message Thomas G. Lockhart 1998-08-20 07:16:57 Re: [INTERFACES] iodbc interface on Unix