| Author |
getting JTable to display vector of unknown size
|
Bly Bleigh
Greenhorn
Joined: Aug 29, 2002
Posts: 1
|
|
Hello, I'm a novice in over my head. I have this data input from an Oracle DB SQL query that is in a "vector array?" -quoth the DOveloper. He insists on using a JTable to display String rows[] [] = {{temp},{temp}} ...but it won't go. How do I enable the JTable to accept row input of unknown, or, perhaps no size. Does "read_any_array" have anything to do with this?
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4121
|
|
"Blah Blah" - Welcome to the JavaRanch! Please adjust your displayed name to meet the JavaRanch Naming Policy. You can change it here. Thanks! and welcome to the JavaRanch!
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
 |
|
|
subject: getting JTable to display vector of unknown size
|
|
|