Re: Postgresql Text field / Visual FoxPro Memo and ODBC - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Postgresql Text field / Visual FoxPro Memo and ODBC
Date
Msg-id 1105563989.24795.52.camel@state.g2switchworks.com
Whole thread Raw
In response to Postgresql Text field / Visual FoxPro Memo and ODBC  (MargaretGillon@chromalloy.com)
Responses Re: Postgresql Text field / Visual FoxPro Memo and ODBC  (MargaretGillon@chromalloy.com)
List pgsql-general
On Wed, 2005-01-12 at 14:59, MargaretGillon@chromalloy.com wrote:
> I am using ODBC to move Visual FoxPro7 tables (windows 2000 client) into
> Postgresql 7.x on a Redhat Linux server. All is working well except for
> Memo fields, which are Text fields in PostgreSql. I query the Postgresql
> table and get a cursor, update the cursor with the data, and send it back.
> The contents of the memo field never make it back to the Postgresql text
> field. Other changes to the record's fields are saved with no problem.
>
> At this time all my UI's have to be written in VFP. Is there a work around
> for this or am I going to have to eliminate Text/Memo fields from my
> tables?

Postgresql doesn't support updatable cursors.

pgsql-general by date:

Previous
From: MargaretGillon@chromalloy.com
Date:
Subject: Postgresql Text field / Visual FoxPro Memo and ODBC
Next
From: Josué Maldonado
Date:
Subject: Re: Postgresql Text field / Visual FoxPro Memo and ODBC