Using Data Report with MySQL *resolved*
I'm trying to make a report based on information from a database (in my case, it's MySQL)...
I tried searching in the MSDN, and only got info about making a report from access (*.mdb) files...
All the necessary parameters are set during design time...
Is there another way that i can extract info from a database like MySQL?
I'm currently using connection strings and SQL statements (which are defined during runtime) to connect to the MySQL database...
Can anyone help me with this?
Thanx in advance..
;p