Re: BUG #4354: Text Type converted to Memo

From: Bill Moran <wmoran(at)collaborativefusion(dot)com>
To: "Abuzar" <Abuzer755(at)hotmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4354: Text Type converted to Memo
Date: 2008-08-14 12:53:34
Message-ID: 20080814085334.93c39827.wmoran@collaborativefusion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

In response to "Abuzar" <Abuzer755(at)hotmail(dot)com>:
>
> The following bug has been logged online:
>
> Bug reference: 4354
> Logged by: Abuzar
> Email address: Abuzer755(at)hotmail(dot)com
> PostgreSQL version: 8.3.1
> Operating system: Windows xp SP2
> Description: Text Type converted to Memo
> Details:
>
> I used text, character varying type in my base,then i look it on form in
> Delphi so i so that these types are shown on form like memo.what is
> happening with it?
> Please answer

I remember seeing something similar with FoxPro some time back.

If it's the same issue, then it stems from the fact that Delphi doesn't
have the exact same data types as PostgreSQL, and thus it must do some
mapping to get as close as possible. Memo is a pretty close match for
TEXT (at least it was in Fox).

This isn't a bug in PostgreSQL. I don't believe it's a bug at all, it's
just an interoperability quirk.

--
Bill Moran
Collaborative Fusion Inc.
http://people.collaborativefusion.com/~wmoran/

wmoran(at)collaborativefusion(dot)com
Phone: 412-422-3463x4023

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message David Fetter 2008-08-14 12:54:57 Re: BUG #4354: Text Type converted to Memo
Previous Message Abuzar 2008-08-14 12:31:34 BUG #4354: Text Type converted to Memo