Re: mySQL Database to a TextArea?
From: Rich Wahl (phantomrogue_at_gmail.com)
Date: 08/25/04
- Next message: Fredrik Bertilsson: "Re: EJBs & CMP with real database users"
- Previous message: Lee Fesperman: "Re: mySQL Database to a TextArea?"
- In reply to: Lee Fesperman: "Re: mySQL Database to a TextArea?"
- Next in thread: Lee Fesperman: "Re: mySQL Database to a TextArea?"
- Reply: Lee Fesperman: "Re: mySQL Database to a TextArea?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Aug 2004 23:13:11 -0700
Lee Fesperman <firstsql@ix.netcom.com> wrote in message news:<412BD897.19FE@ix.netcom.com>...
> Rich Wahl wrote:
> >
> > I have a little program here that uses JDBC to connect to a mySQL
> > server. (Doesnt connect remotely yet :) ill cross that bridge when I
> > get there, still new to sql servers and if everyone needs a user/psw
> > or whatnot).
> >
> > My question is as follows, Is there a way that I can 'import' the
> > formatting of a SQL output (with all the plus's and auto formatting of
> > columns to accomodate the largest name/number in that column. As of
> > now, I just have a Label above a TextArea and have the inputs being
> > read and a constant format as its outputted. (Using tabs and spaces)
> > But it looks very sloppy, as not all names or values are the same
> > length.
>
> Use a fixed-width font (monospaced) and space filling in the TextArea.
That wouldnt doesnt work since the names and values I will be reading
in from the Database are all of different lengths.
Or is there a way to have a text area start at a exact position? I
havent done much work with formatting within a textarea...
- Next message: Fredrik Bertilsson: "Re: EJBs & CMP with real database users"
- Previous message: Lee Fesperman: "Re: mySQL Database to a TextArea?"
- In reply to: Lee Fesperman: "Re: mySQL Database to a TextArea?"
- Next in thread: Lee Fesperman: "Re: mySQL Database to a TextArea?"
- Reply: Lee Fesperman: "Re: mySQL Database to a TextArea?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|