Postgresql + Delphi 7 + ZeosLib + Long Strings
Posted: 27.01.2014, 19:36
Hello! I've reading since last week this forum before I could post, but I cannot find any solution, sorry me if I failed in searching better.
Well, I am using a Delphi 7 application that reads a long string field. I read that newest version had no more issues, so I changed my old 6.6 to the new 7.1.3-stable, but after run I had the same problem. After that 4069 bytes get truncated or with pointer errors (showing non corrects characteres).
I tried cast the text field with varchar(8128, ie.), tried use .AsVariant, .Text... or I get error or it doenst works. I also read something about change the limit but I cannot found how to.
Please someone else is facing that, and if so, how to fix it?
Thank you very much!
Well, I am using a Delphi 7 application that reads a long string field. I read that newest version had no more issues, so I changed my old 6.6 to the new 7.1.3-stable, but after run I had the same problem. After that 4069 bytes get truncated or with pointer errors (showing non corrects characteres).
I tried cast the text field with varchar(8128, ie.), tried use .AsVariant, .Text... or I get error or it doenst works. I also read something about change the limit but I cannot found how to.
Please someone else is facing that, and if so, how to fix it?
Thank you very much!