shown databasename in scriptname

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
jkuiper
Posts: 138
Joined: Fri 04 Aug 2006 14:17

shown databasename in scriptname

Post by jkuiper » Thu 03 Sep 2009 13:36

Why will the name of the database become for the scriptname?

Code: Select all

PROCEDURE [u]bolmate[/u].casten()
I remove the databasename and save the script, but when it will open again, it comes back. I also create a backupscript regulary and this script is not showing the databasename.

Alexz
Devart Team
Posts: 165
Joined: Wed 10 Aug 2005 08:30

Post by Alexz » Fri 04 Sep 2009 12:58

Please, answer the following questions:

1. Did you do your action in the procedure editor or in some other place?
2. Was the option "Prefix object names with schema name" disabled when you were making backupscript?

Post Reply