dropped columns

Поиск
Список
Период
Сортировка
От glenn
Тема dropped columns
Дата
Msg-id 1049251836.3219.83.camel@thor.valhalla
обсуждение исходный текст
Ответы Re: dropped columns  (Adrian Klaver <aklaver@attbi.com>)
Список pgsql-odbc
Hi all
I had this problem a while back, which I posted in the novices section:
---
With 7.3.2 I used
 ALTER TABLE job DROP x
 To drop column x

 The result is that column x is now a replaced by a column called
 "........pg.dropped.4........."
 exists in its place, and now my odbc connections won't touch the table.
-----

This suggestion was made in reply:
----
You need a newer version of the ODBC driver (one that understands about
dropped columns).
----
However, as far as I can tell I'm using 7.2.5 which is the latest
(according to upgrade wizard pgadmin). Any hints?


В списке pgsql-odbc по дате отправления:

Предыдущее
От: "Thomas M. Parris"
Дата:
Сообщение: Re: just "read only" tables in MS-Access via ODBC
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: dropped columns