Access97/odbcUnicode/pgsql : unable to map text field to memo type - Mailing list pgsql-odbc

From JGuillaume 'IoGuiX' de Rorthais
Subject Access97/odbcUnicode/pgsql : unable to map text field to memo type
Date
Msg-id 20060608114513.f2desajuw4gc8kcc@imp4.free.fr
Whole thread Raw
Responses Re: Access97/odbcUnicode/pgsql : unable to map text field to memo type  (Ludek Finstrle <luf@pzkagis.cz>)
List pgsql-odbc
Hello,

I use odbc unicode driver to link tables from my pgsql 8.1.3 server to Access97
SR2 (and latest jet engine 4.0 SP 8).

Everything is working well, even inserting row work without #deleted on update
(like with the ansi driver despite of serial PK on tables :s)

Actualy, one thing doesn't work properly. It's a well know issue, but I didn't
find how to correct it  (_and_I_read_lots_of_webpages_about_that_!_)

TEXT type in my pgsql database aren't map to memo type in Access. I don't mind
sorting, index or order on these fields, but I really need more than 255 chars
on them.

And, yes, checked the "text as LongVarChar" in the ODBC configuration.

Here the table I use for my tests :

CREATE TABLE test
(
  id serial NOT NULL,
  txt text NOT NULL DEFAULT ''::text,
  CONSTRAINT test_pkey PRIMARY KEY (id)
)
WITH OIDS;

I think you will find the complete ODBC configuration in the HUGE logs here :
http://ioguix.free.fr/pgsqllog.log

Please....help... (or point me in the right direction)

Thanks
--
+-----------------+
| IoGuiX          |
| igxnews@free.fr |
+-----------------+

pgsql-odbc by date:

Previous
From: zhaoxin
Date:
Subject: Memory Leak ?
Next
From: ioguix
Date:
Subject: Access97/odbcUnicode/pgsql : unable to map text field to memo type