Board index » delphi » Q: Oracle 8, TMemoFields, VARCHAR2 field > 255 chars
Henk Klijn Hesselink
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Q: Oracle 8, TMemoFields, VARCHAR2 field > 255 chars
(2nd attempt)
If have problems updating contents of a tmemofield to VARCHAR2 fields > 255 chars are handled by the BDE as TMEMO's, When updating a record in my Clientdataset contents of This error does not occur for TStringfield, TIntegerfield I use D3.02, BDE 5.01 ( SQLORA8.dll), ORA804.dll and use code like: with aClientDataSet do The 'REMARKS'-field gets empty on the occasions described above. Is this a known BDE/Oracle/SQLlink bug? Does anybody has a solution other then code like: Edit; which I use as a work around for the moment? Cheers, Henk. |