Forum Discussion
Power BI Report Builder Cannot Execute MySQL Stored Procedure
- 4 years ago
Hi gfross ,
Please use "?" to pass procedure parameters.
MySQL Stored Procedure Call from SSRS through ODBC
Take SQL Server as an example.- Use the ODBC connector.
- Call the stored procedure.
exec ProductCategory ?- Result.
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi gfross ,
Please use "?" to pass procedure parameters.
MySQL Stored Procedure Call from SSRS through ODBC
Take SQL Server as an example.
- Use the ODBC connector.
- Call the stored procedure.
exec ProductCategory ?
- Result.
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.