I have been trying to migrate a SQL Server 2005 database to MySQL 5.5.29 and having trouble with the reports done with Crystal Reports 2010. I can use the set datasource location to migrate the tables (I do have to do each one individually and rename it before it will migrate) but I got it done.
However, I’m not able to update the stored procedure as I get the message:
Database Connector Error: ‘HY00:[MySQL][ODBC 5.1
Driver][mysqld-5.5.28-lof]SELECT command denied to user … [Database
Vendor Code: 1142]
I’m using the same ODBC Source as used for the tables so I don’t know what I have to do to update/migrate the stored procedure. I tried to create a new report and add a stored procedure but get the same message.
Any ideas?
Thanks,
Vic
This is a restriction by the provider and they refuse to change it. Because of this I am not able to include stored procedures in a Crystal Report.