Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.
Posted
Updated 27-Oct-10 9:16am
v2

1 solution

You have to create Excel add-ins with database connections in C++, use ActiveX, or something else.
 
Share this answer
 
Comments
RDBurmon 28-Oct-10 6:55am    
Thks i got my solutions here
http://blogs.msdn.com/b/eric_carter/archive/2004/12/01/writing-user-defined-functions-for-excel-in-net.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900