3

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.

RBA
  • 12,337
  • 16
  • 79
  • 126
Johan
  • 74,508
  • 24
  • 191
  • 319

1 Answers1

6

For starters, Google reveals:

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

Ondrej Kelle
  • 36,941
  • 2
  • 65
  • 128