Thread: Re: Had to drop some table columns, managed to annoy MS

Re: Had to drop some table columns, managed to annoy MS

From
Cheryl Thompson
Date:
All my installs and drivers are the newest official releases that were
available as of Dec 29, 2002. (IE 2 weeks ago)...

-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Monday, January 13, 2003 4:20 PM
To: Cheryl Thompson
Cc: 'pgsql-novice@postgresql.org'
Subject: Re: [NOVICE] Had to drop some table columns, managed to annoy
MS Access


Cheryl Thompson <cthompso@ci.irving.tx.us> writes:
> I'm getting the following:
> '..............pg.dropped.8........................' is not a valid name.

Are you using an up-to-date ODBC driver?  It looks like the one you have
is not aware of the attisdropped column in pg_attribute ...

            regards, tom lane

Re: Had to drop some table columns, managed to annoy MS

From
Tom Lane
Date:
Cheryl Thompson <cthompso@ci.irving.tx.us> writes:
> All my installs and drivers are the newest official releases that were
> available as of Dec 29, 2002. (IE 2 weeks ago)...

I looked at the psqlodbc CVS logs, and this was claimed to be fixed on 6
Dec --- but apparently there hasn't been a release put out since 29 Nov.
I'd suggest pestering the ODBC guys for a new release (pgsql-odbc
mailing list is probably a good place).  Or pull the CVS-tip sources and
build it yourself.

            regards, tom lane