Code: Select all
CREATE SCHEMA IF NOT EXISTS &destschema;
USE &destschema;
If I manually execute the script with (`) quotes using the MySQL query browser, it works. If I use double quotes (") in a manual query it fails with a syntax error.
The TMyScript is failing with syntax errors, so I think the problem is the quotes. Any ideas?
Best regards,
Kevin G. McCoy