Question

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?

Was it helpful?

Solution

I only have two ideas, but I'm not sure if anyone of this might help.

The first one is to check the PlainText property of your DBRichEdit. Make sure it is set to false.

The second idea is to use a BLOB-Field instead of a Varchar-Field. No component should touch the content of that.

regards

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top