Creating a UDF for MySQL in Delphi

我的未来我决定 提交于 2019-12-20 02:11:18

问题


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.


回答1:


For starters, Google reveals:

  • documentation
  • a forum thread
  • an example

You need to create a DLL with a few exported functions, as documented.



来源:https://stackoverflow.com/questions/5894258/creating-a-udf-for-mysql-in-delphi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!