RE: windoze and batch files

2001-05-03 Thread Wayne Kodie
One of the best Windows clients for editing queries is urSQL (http://www.urbanresearch.com/software/utils/urbsql/urquery.php) --- Sander Pilon <[EMAIL PROTECTED]> wrote: > > But... there are numerous mysql clients available, > also for windows. I > bet you can find one with fine edit capabilities

RE: windoze and batch files

2001-05-03 Thread Sander Pilon
heard http://www.anse.de/mysqlfront/ aint too bad. ) > -Original Message- > From: Bordeaux Stan [mailto:[EMAIL PROTECTED]] > Sent: 3 May 2001 02:23 > To: [EMAIL PROTECTED] > Subject: windoze and batch files > > > Hi all, > unfortunately, I am forced

Re: windoze and batch files

2001-05-02 Thread Gerald R. Jensen
CTED]> Sent: Wednesday, May 02, 2001 7:23 PM Subject: windoze and batch files > Hi all, > unfortunately, I am forced to do some background mysql development work on a > windoze box, which for reasons I wont go into here requires that I use the > mysql console client. As many would

Re: windoze and batch files

2001-05-02 Thread Paul DuBois
At 10:23 AM +1000 5/3/01, Bordeaux Stan wrote: >Hi all, >unfortunately, I am forced to do some background mysql development work on a >windoze box, which for reasons I wont go into here requires that I use the >mysql console client. As many would know this does not allow any commands >to be edite

Re: windoze and batch files

2001-05-02 Thread ryc
Perhaps you can type the query in notepad, and then past it into the mysql client's window. If that is not suitable and you still want to go with the batch file scheme, type "type batchfilename | mysql -u ... " ryan > Hi all, > unfortunately, I am forced to do some background mysql development

windoze and batch files

2001-05-02 Thread Bordeaux Stan
Hi all, unfortunately, I am forced to do some background mysql development work on a windoze box, which for reasons I wont go into here requires that I use the mysql console client. As many would know this does not allow any commands to be edited in the console as does linux. I decided that it