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