Re: C++ builder + ADO + podbcsql (7.01.0007)

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: xoror(at)infuse(dot)org
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: C++ builder + ADO + podbcsql (7.01.0007)
Date: 2001-10-11 01:31:55
Message-ID: 3BC4F68B.9DB9F9B6@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

xoror(at)infuse(dot)org wrote:
>
> hi,
>
> I've just starting to use postgresql. Currently i'm migrating a mysql
> application to postgres. However i've encountered some strange things.
>
> I'm using c++ builder 5.0. I use ADO + ODBC to access postgresql (7.1.3
> cygwin). i've read the faq and uncheck some options concerning to varchar
> and stuff. but I still have problems with text type. If one of my colomn
> is a text type, and when i try to edit it with a data-aware component, i
> get this error : expecting memo, actual string.
>
> now that's weird since that column is defined as a text type. it should be
> regcognise as memo. is this a bug ? (or known flaw?)

Are you checking Text as LongVarChar option ?
If you are checking it, *text* would be treated as *memo*,
otherwise *text* would be treated as *text*.

> the second weird thing is that i can enable logging but the driver
> produces nog logfile :(

Which option are you enabling ?

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message xoror 2001-10-11 10:47:27 Re: C++ builder + ADO + podbcsql (7.01.0007)
Previous Message David 2001-10-11 00:46:09 ODBC