Re: Data showing up as #Deleted in Access

Поиск
Список
Период
Сортировка
От Chris Moore
Тема Re: Data showing up as #Deleted in Access
Дата
Msg-id 20051201184050.C803A9DD43B@postgresql.org
обсуждение исходный текст
Ответ на Re: Data showing up as #Deleted in Access  ("Campbell, Greg" <greg.campbell@us.michelin.com>)
Ответы Re: Data showing up as #Deleted in Access  (Ludek Finstrle <luf@pzkagis.cz>)
Список pgsql-odbc
I verified that the primary key was correct, and also turned on
row versioning, but still got the same thing.

Then I noticed that it was only one particular table that was having
problems.  It occurred to me that this table had several fields of
type "text", one of which had rows in which this field had close to
a thousand characters in it.  I changed all the "text" fields to
"varchar", making the one big one a varchar(2048).  That seems to have
fixed the problem.

By the way, I did try searching for "#Deleted", but the search engine
tries to be helpful and also find instances of "delete", "deleting",
etc.  There were just too many hits to be able to weed through them
all and find the relevant ones.

Thanks for your help.

Chris


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

Предыдущее
От: "Campbell, Greg"
Дата:
Сообщение: Re: Data showing up as #Deleted in Access
Следующее
От: Ludek Finstrle
Дата:
Сообщение: Re: Data showing up as #Deleted in Access