Re: Data showing up as #Deleted in Access - Mailing list pgsql-odbc

From Chris Moore
Subject Re: Data showing up as #Deleted in Access
Date
Msg-id 20051201184050.C803A9DD43B@postgresql.org
Whole thread Raw
In response to Re: Data showing up as #Deleted in Access  ("Campbell, Greg" <greg.campbell@us.michelin.com>)
Responses Re: Data showing up as #Deleted in Access  (Ludek Finstrle <luf@pzkagis.cz>)
List 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 by date:

Previous
From: "Campbell, Greg"
Date:
Subject: Re: Data showing up as #Deleted in Access
Next
From: Ludek Finstrle
Date:
Subject: Re: Data showing up as #Deleted in Access