My team is converting a BDE application to DBX using D2007.
A TTable has been replaced with a TSQLDataSet/TDataSetProvider/TClientDataSet combination.
A TStringField has been used to access the RTF in the Oracle varchar field via a TDBRichedit component.
The BDE version transmitted the RTF encoding to the db just fine. For some reason the RTF encoding gets stripped in the dbx version?
Any ideas?