MySQL UDFs
- Posted by Bryce Byrd <nevrgivup at sbcglob?l.?et> Oct 17, 2007
- 567 views
I haven't coded in Euphoria for years now and when I did I didn't really to all that much. I know that Euphoria programs can be converted into C++ and compiled into DLL's. I don't know if any of you are familiar with MySQL UDFs but they are essentialy DLL's with C calling conventions that can be plugged into a MySQL server. To use them the signature of the DLL has to meet stringent criteria, how well can one control the signature of the created DLL? I've written and successfully used them in C++ but I'm not very familiar with it and the learning curve is abhoring. Thank you in advance for any assistance you may render to to me.