问题
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