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.
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.
For starters, Google reveals:
You need to create a DLL with a few exported functions, as documented.