Known limitations...

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
gacek999
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 18.11.2005, 22:32

Known limitations...

Post by gacek999 »

Hello

I'm using "ZPlainPostgreSQL74.pas" from Zeos for connecting to postgresql 8.1.0.
"Because of the limitations of dblibrary only the first 255 char is returned for char and varchar columns." - it stands for all databases?
Could I retrieve i.e. varchar(1024) from postgres?

regards
Piotr
Michael
ZeosLib's Handyman :o)
ZeosLib's Handyman :o)
Posts: 189
Joined: 15.08.2005, 16:08
Location: Wehrheim
Contact:

Post by Michael »

Hi.

My suggestion is to use a "text" field. This will (afaik) be handled as an ascii-stream (BLOB) and you won't have no problems with the size of the text anymore.

Regards.

P.S.: Also a warm :welcome1: to you !!!
:prog2: Use the source, dude!

[align=right]..::.. ZeosLib on SourceForge ..::..[/align]
gacek999
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 18.11.2005, 22:32

Post by gacek999 »

Hi,

I will use text type :) Thank you!

PS. It is nice to have such welcome :D Btw. ZeosLib is a *great* piece
of good work you've done!

Best regards,
Piotr
Post Reply