Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
gfross
Helper I
Helper I

Power BI Report Builder Cannot Execute MySQL Stored Procedure

I'm trying to call a stored procedure from MySQL via an System DSN/ODBC Connection (MySQL ODBC 8.0 ANSI Driver) and I'm getting error 'ERROR [42000] [MySQL][ODBC 8.0(a) Driver][mysqld-8.0.27]You have an error in your SQL syntax'. I can pull data via a dataset using a 'Text' Query Type and typing in a SQL Statement. I would prefer using a stored procedure with parameters that I can pass to it. This way I can reduce the size of the dataset.

 

I even tried creating a dataset with a 'Table'  Query Type and I get error 'An error occured while connecting to the data source. Only the text-based query designer will be available.' I made sure the 'Disable Schema Support' is unchecked in the MySQL ODBC Connector. Any help is appreciated.

1 ACCEPTED SOLUTION
v-kkf-msft
Community Support
Community Support

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.

vkkfmsft_1-1658468953966.png

 

  • Call the stored procedure.
exec ProductCategory ?

vkkfmsft_0-1658468929430.png

  • Result.

vkkfmsft_2-1658469006565.png

 

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.

 

 

View solution in original post

3 REPLIES 3
gfross
Helper I
Helper I

I realized that I needed to select a query type of Text and not Stored Procedure. I guess MySQL stored procedures don't like the Stored Procedure type.

gfross
Helper I
Helper I

The MySQL stored procedure I'm using requires three parameters, so in query designer I have the following:

call sp_Lock(?,?,?)

However I get the following error message.

gfross_0-1660657276125.png

 

v-kkf-msft
Community Support
Community Support

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.

vkkfmsft_1-1658468953966.png

 

  • Call the stored procedure.
exec ProductCategory ?

vkkfmsft_0-1658468929430.png

  • Result.

vkkfmsft_2-1658469006565.png

 

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.

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.