NEW DRIVER v6.40.0008

From: Byron Nikolaidis <byron(dot)nikolaidis(at)home(dot)com>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: NEW DRIVER v6.40.0008
Date: 2000-01-30 21:30:13
Message-ID: 3894AD65.CFB30D1C@home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Hi all,

I have posted a new driver on my website and updated the source at
hub.org (I even managed to not blow away previous changes in the source
tree, now that I know a little bit more about cvs ;)

This version includes the patch from "Hiroki Kataoka"
<kataoka(at)interwiz(dot)koganei(dot)tokyo(dot)jp> for Large Objects and transactions.

It also has int8 (SQL_BIGINT) and numeric (SQL_NUMERIC/SQL_DECIMAL)
support. I actually wrote an odbc test program to test these types with
SQLGetTypeInfo, SQLColumns, and SQLDescribeCol, so they should work
good.

My website (http://members.home.net/byron.nikolaidis/) has the zip files
for the dll and my version of the source (no .exe of course because of
previously stated size restrictions).

The Postgres ftp site (ftp://ftp.postgresql.org/pub/odbc/latest) mirrors
these files. Interestingly, the exe file appears in this directory, but
it is not on my site. If I new where it was, I would update that so
people could at least get the latest exe from the main site.

Any ideas on where that is?

Byron

Attachment Content-Type Size
v06-40-0008.txt text/plain 350 bytes

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ross J. Reedstrom 2000-01-30 22:00:44 Re: [INTERFACES] ODBC and BLOBs
Previous Message Tom Lane 2000-01-30 18:09:29 Re: [INTERFACES] Max Precision/Scale of Postgres Numeric Type?