DBRichEdit RTF 编码丢失了从 BDE 到 DBX 的转换应用程序

发布于 2024-12-18 14:33:01 字数 255 浏览 4 评论 0原文

我的团队正在使用 D2007 将 BDE 应用程序转换为 DBX。

TTable 已替换为 TSQLDataSet/TDataSetProvider/TClientDataSet 组合。

TStringField 已用于通过 TDBrichedit 组件访问 Oracle varchar 字段中的 RTF。

BDE 版本将 RTF 编码传输到数据库就好了。由于某种原因,RTF 编码在 dbx 版本中被删除?

有什么想法吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

廻憶裏菂餘溫 2024-12-25 14:33:01

我只有两个想法,但我不确定这是否有帮助。

第一个是检查 DBRichEdit 的 PlainText 属性。确保它设置为 false。

第二个想法是使用 BLOB 字段而不是 Varchar 字段。任何组件都不应触及其中的内容。

问候

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文