On 3/15/06, Joost van der Sluis <[EMAIL PROTECTED]> wrote:
> A varchar can hold 2000 characters in sqldb. Postgres supports up to
> 8192 characters in a varchar. If you really need 8192 characters, it's
> easy to update sqldb, just set this value on top of db.pp.

I though that there were absolutely no limits in length with a varchar
that has no limit specifier.

The varchar type is the ideal field for a memo. It take only the
required length and the overhead is not big. There are also no known
speed issues on the DB side when working with this type - I asked
postgres people for that since in many DB there is a speed issue when
using that kind of fields.

Regards.

--
Alexandre Leclerc

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to