在 Delphi 中为 MySQL 创建 UDF
如何使用 Delphi 创建适用于 MySQL 的 UDF?
有人有代码模板吗?
我希望将代码模板集成到 Delphi 版本(2007 及更高版本)中,因此我需要这些模板在有或没有 Unicode 支持的情况下都可以使用。
How do I create a UDF for MySQL using Delphi?
Does anyone have any code templates?
I want the code template to be integrated in Delphi versions(2007 and upper), so I need these templates to be usable with and without Unicode support.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,Google 展示了:
您需要创建一个带有一些导出函数的 DLL,如文档所述。
For starters, Google reveals:
You need to create a DLL with a few exported functions, as documented.