Hi,
I have installed MySql connector and configured the ADO.NET Source(.NET provider/MySql data provider).
It is all working fine.
I need to parameterize the server details like server name, database name, userid and pwd.
How can I pass variable to database name? I can't see database as the parameter in the expressions.
I need to give database name as static value in the connection manager but how can I pass as a parameter?
I have different database names from Dev to Prod.