I'm trying to install myDBR, but it keeps failing when trying to check if the reporting objects exist. If I click the "Create Objects" button it outputs the "CREATE PROCEDURE sp_MyDBR_FixTables
()..." sql statement. Then if I run the sql script via the command line it complains about the declare statement in that procedure. I then tried to import the create DB script from PHPMyAdmin and it creates everything without throwing any errors, yet MyDBR still complains that the objects don't exist. Any idea what's going on here?
Martin