MySQL Forums
Forum List  »  General

Re: Batch Files
Posted by: Nick Roper
Date: August 02, 2004 02:10AM

Hi Frans,

If the problem is because the database name is only specified in the batchfile, then you can include a USE statement, e.g.:

BATCHFILE
------------------
USE databasename;
do other stuff here...
------------------

Or is the batchfile in some other format?


--
Nick Roper

Options: ReplyQuote


Subject
Written By
Posted
August 01, 2004 11:56PM
Re: Batch Files
August 02, 2004 02:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.