Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Quick Links

Quote Reply
Quick Links
Alex,

It would be great to be able to set up database queries in the quicklinks area.

Maybe another box that passed the string to a configured routine in MySQLMan, that was expecting just a "quick_query"

That way you could set up selects or views to see the various things that interest you, without having to type in the query each time.

This would probably turn out to be much more useful than it first appears, or even than the current URL quick links.

Part of the problem is that "history" doesn't work with textarea boxes, so you are constantly typing in things regularly (just occured to me I could probably change that template in mysql man to be a text rather than textarea...).



PUGDOGŪ
PUGDOGŪ Enterprises, Inc.
FAQ: http://postcards.com/FAQ


Quote Reply
Re: Quick Links In reply to
Hi,

Would you be comfortable typing it in in that small an area, or perhaps MySQLMan would be better off saving the queries via cookies and making them available when you are at the SQL monitor screen.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Quick Links In reply to
I'm not sure how to implement it. You could use a javascript popup box to enter the text, making it bigger.

The problem is that passing a string to MySQLMan requires a lot of extra parameters, that aren't part of the query. If MySQLMan could keep a list of previous queries, or store the queries in a table or data file that would work out to the same thing. Adding it to MySQLMan makes it more generalized.

PUGDOGŪ
PUGDOGŪ Enterprises, Inc.
FAQ: http://pugdog.com/FAQ