参考文章:http://www.ccrun.com/article.asp?i=653&d=b2m5o1代码:// ViewDllFunc.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include<windows.h>#include<stdio.
查询数据库中的存储过程和函数方法一:select `name` from mysql.proc where db = 'your_db_name' and `type` = 'PROCEDURE' //存储过程select `name` from mysql.proc where db = 'your_db_name' and `type` = 'FUNCTION'&nbs