Skip navigation links
Articles
Creating MySQL UDFs with Microsoft Visual C++ Express
Add to My Link Library +2 Vote Up -0Vote Down
With the User Defined Function (UDF) Interface you can plug your C/C++ functions into the MySQL database server, and call them from your SQL statements just like any other SQL function. You can even use them to create aggregate functions. In this article, you'll learn how to create and run MySQL UDFs on Windows using the Express Edition of the popular Microsoft Visual C++ IDE.


Report this link: