Re: gui client

2002-01-05 Thread Sinisa Milivojevic
Marinos writes: > Hi, i'm newbee in mysql and i want to ask you 2 questions > i'm using mysql-max-3.23.47 for windows and mysqlgui-win32-static-1.7.5-2. > 1) Is it possible to use more than one command in mysqlgui (the end of line > charachter ; is not working) > 2)Can i load and execute a text f

Re: GUI client for large SELECT query results

2001-05-03 Thread Sinisa Milivojevic
Andreas Metzner writes: > Hello all, > > I'm using the libmysql.dll API to interface to a mySQL-Server Database. > The GUI client is generic, so the user can bind any SELECT query on > a large database (Logging database). > > How can I prevent the mySQL client to use mysql_store_result (), > sin

Re: GUI client for large SELECT query results

2001-05-02 Thread Ansgar Becker
> With mysql_use_result () I have the problem, that the client do not > know in front, how many records matched the query. > > But if the GUI client user wants to see the last but 30 query result > records, e.g., > I have to know recordnumber of the last matching record. Having a simple "select *

RE: GUI Client Java

2001-02-10 Thread Carsten H. Pedersen
> I remember trying out a really nice Java GUI for mysql, had a yellow and > gray color scheme if I remember correctly, and was very nicely done. The > only thing I can find the the GUI clients page at mysql.com is one so-so > client that doesn't do what I need. Anyone maintaining a list of all th