Quantcast
Viewing all articles
Browse latest Browse all 10045

Adding parameter to a MySQL query in MS SQL Server Report Builder

So I have a MySQL DB connected to MS SQL Server Report Builder via ODBC connector. Everything is fine, I can execute queries and put the fields into report.

But I can't add an parameter to the query.

Example query:

SELECT column1, column2 FROM table WHERE column3 = (@parameter1)

The result set is just empty. I think the problem is that I'm using MySQL and not MS SQL. Any suggestion?


Viewing all articles
Browse latest Browse all 10045

Trending Articles