Got it working now....Many thanks your advise helped me get on the right route
bascially I had to pass connection string manually in the editing query option when creating a report and selecting a ODBC data source...so instead i left that data source to none and passed connection strings manually.
e.g.
Driver={MySQL ODBC 5.3 Unicode Driver};Server=SERVERNAME;Database=DBNAME;
Thanks...