Error with big text fields

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
progman
Posts: 11
Joined: Tue 19 Feb 2008 10:44

Error with big text fields

Post by progman » Thu 21 Feb 2008 08:27

I used TUniQuery with SQL like this 'select * from TABLE_XXX where FIELD_XXX=:PARAM_XXX'. FIELD_XXX is VARCHAR(4000). After ParamByName('PARAM_XXX').AsString:='....' I get error.
I checked it on FB and Oracle.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 21 Feb 2008 11:46

We could not reproduce the problem. Please provide your full code where you get the error. Specify whether the error is raised on assigning a value to AsString property or on the next line, and specify the error message.

progman
Posts: 11
Joined: Tue 19 Feb 2008 10:44

Post by progman » Wed 27 Feb 2008 11:52

Magic, I don't know why but now it works :)
Sorry, maybe it was problem with my IDE.

Post Reply