Page 1 of 1

Known limitations...

Posted: 18.11.2005, 22:39
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

Posted: 19.11.2005, 14:50
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 !!!

Posted: 20.11.2005, 18:40
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