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
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
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
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
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
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