mySQL Database to a TextArea?
From: Rich Wahl (phantomrogue_at_gmail.com)
Date: 08/24/04
- Previous message: Robert Klemme: "Re: Detect insert failure due to duplicate unique index"
- 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 14:01:27 -0700
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.
Is there a documentlistener or outside source that I can get that kind
of formatting? Would really make this program look nicer and not rely
on the length of names and spaces.
Thanks in advance.
- Previous message: Robert Klemme: "Re: Detect insert failure due to duplicate unique index"
- 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
|