Delphi 7 Personal,MySQL 使用 libmysql.dll + UTF8

发布于 2024-08-08 14:17:48 字数 208 浏览 5 评论 0原文

我正在使用 Delphi 7 个人版。为了访问 MySQL 数据库,我使用 libmysql.dll + 非常简单的包装器,这对我来说已经足够了。除了一件事...它似乎不能处理 Utf8...是否有可能以某种方式将 Utf8 字符串从 libmysql 传递到 Delphi?请记住,我没有使用商业 delphi,这意味着没有 ADO / dbExpress...;)

提前致谢, 米。

I'm using Delphi 7 Personal. To access MySQL database I'm using libmysql.dll + very simple wrapper, which is good enough for me. Except one thing ... it doesn't seem to handle Utf8... is that possible somehow to pass Utf8 strings from libmysql to Delphi? Please keep in mind I'm not using commercial delphi, this means no ADO / dbExpress... ;)

Thanks in advance,
m.

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

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

发布评论

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

评论(2

疾风者 2024-08-15 14:17:48

您可以传递和接收 Base64 数据,请参阅此处的函数源:http://wi-fizzle。 com/downloads/base64.sql

You can pass and receive Base64 data, see here the functions source: http://wi-fizzle.com/downloads/base64.sql

滥情哥ㄟ 2024-08-15 14:17:48

好吧,最后我所做的是查询“SET NAMES 'cp1250'”,根据系统默认字符集替换字符集......

Ok finally what I did is querying "SET NAMES 'cp1250'", replacing the character set depending on the system default charset...

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