Hi,
I put some data to simple string field in Oracle DB. Data are correctly stored, I can check it with SQL Explorer.
When I need read it, with TOracleDatase, and I use
dataset.FieldByName('FIELD').AsString then I get filtered result. As data was stored string aaa#13#13#13 and last 3 characters (#13) are not read with dataset.FieldByName('FIELD').AsString
Can anybody help?
thanks, osa
I put some data to simple string field in Oracle DB. Data are correctly stored, I can check it with SQL Explorer.
When I need read it, with TOracleDatase, and I use
dataset.FieldByName('FIELD').AsString then I get filtered result. As data was stored string aaa#13#13#13 and last 3 characters (#13) are not read with dataset.FieldByName('FIELD').AsString
Can anybody help?
thanks, osa