Mysql存储过程与EXCEL 2007的连接
问题描述:
我在MySql(社区服务器5.1)中有许多存储过程.并希望将每个存储过程的输出连接到单独的Excel工作表中(我正在使用Excel 2007).我不想使用SSRS.
指导我如何执行此操作?
而且我的所有存储过程都接受一个或多个参数并以表格式输出.
I have many stored procedures in MySql(community server 5.1). and want to connect output of each stored procedure in separate excel sheet (i am using Excel 2007). I don''t want to use SSRS .
Guide me how to do this ?
And also my all stored procedure accept one or more parameter and output in table format.
答
您必须使用C ++创建具有数据库连接的Excel加载项,并使用ActiveX或其他内容.
You have to create Excel add-ins with database connections in C++, use ActiveX, or something else.