DROP QUERY SERVER or DROP DATABASE on multiplex requires path

If you use Interactive SQL instead of Sybase Central to drop databases or query servers, always provide an explicit path. For example, if you drop the write server’s database before dropping the query servers on the same machine, the following may return an error:

DROP DATABASE 'mydbname'

To avoid the error, specify the full database path, for example:

DROP DATABASE '/s1/mpx/wsrvr/mydbname.db'