Re: Latest ODBC driver?

From: Stijn Vanroye <s(dot)vanroye(at)easytowork(dot)nl>
To: "'pgsql-odbc(at)postgresql(dot)org'" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Latest ODBC driver?
Date: 2006-08-29 11:50:00
Message-ID: 20060829115453.821CBC654E@groupware-01.mx.xillion.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Mark Morgan Lloyd Wrote:

> Dave Page wrote:
>
> > 08.01 was a change in architecture that unfortunately
> didn't work out
> > well. 08.02 is going back to the original architecture.
>
> Ahhhhhhhh- OK, sounds like it might be worth my while looking
> at the development version, also at ODBCng.

Since we have some problems which are probably related to the 08.01 architectural change too, I'm a bit interested in this topic. I would like to try out the 08.02 branch too. I have a few questions:

1. Is there any indication to when the 08.02 will be offically released as stable?

2. On pgFoundry I can only find the psqlODBC 08.02.0002 version. I already have the latest stable (08.01.0200) installed. But the upgrade.bat with the 08.02.0002 says that I must have the 08.02.xxxx installed from the official MSI installation. How can I safely upgrade/install the 08.02.0002 version? And where do I find the "offical MSI installation"? I'm not that experienced in working with development snapshots and such ;)

3. The problems we are having are related to lo (BLOB) fields. Maybe somebody can tell me if this is indeed related to the version of the ODBC drivers.
I'm using Delphi in combination with ADO as a development enviroment.
I make my databaseconnection using a TADOConnection component. Next I use a TADODataSet where I perform my database operations. I can't work with fields of the type LO because in delphi the fieldtype needed for this is a TBlobField, but the real problem is that all lo fields get recognized as a TIntegerField. This means that I can't use any of the operations for working with BLOB's... I don't know if it are Delphi's ADO components who incorrectly recognize the fieldtype, or the ODBC driver, or the backend. We have worked with Delphi, ODBC and BLOB fields before without problems. We started using the 08.01 branch along with the 8.x backend, since this one is the first one available for Windows. It could be a change in the ODBC, or the backend, I don't know. Any tips or clarification to put me on the right search path would be welcome.

Kind regards,

Stijn Vanroye

www.easytowork.nl
www.xillion.nl

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2006-08-29 12:19:47 Re: Latest ODBC driver?
Previous Message Mark Morgan Lloyd 2006-08-29 11:21:41 Re: Latest ODBC driver?