MySQL Forums
Forum List  »  MySQL Query Browser

Re: baffling behavior
Posted by: Kenneth Wagner
Date: October 07, 2005 01:57AM

Hi Mike,

Your analysis is on the mark. However, there is one other solution.

1. Let the current screen auto-fit the data and set each column width accordingly. The whole table or resultset need not be read for this. Only the current rows on screen. The DOS (CMD console) window does this now. It automatically sizes to the data in each page of viewing.

OR

2. Let the user set the column widths manually and have the data wrap around in the column. Possibly save this setting per query or "select *" for each table.

Either solution would work very nicely.

Thanks for your detailed, logical reply.

Looking forward to version 2.0.

Many thanks,

Ken Wagner

Options: ReplyQuote


Subject
Written By
Posted
October 04, 2005 04:19PM
October 06, 2005 02:04AM
Re: baffling behavior
October 07, 2005 01:57AM
October 10, 2005 03:17PM
October 11, 2005 04:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.