| Author |
jdbc + swing
|
ramaraju bhaskar
Greenhorn
Joined: Apr 19, 2002
Posts: 7
|
|
|
how can i get all tables, and their respective columns into a tree like structure in my swing program?
|
 |
Claudio Gualberto
Ranch Hand
Joined: Oct 13, 2002
Posts: 47
|
|
All RDBMS that i know have the system tables that holds this kind of information, all you have to do is execute the apropriated select from they and serve the tree component with the resultset.
|
 |
ramaraju bhaskar
Greenhorn
Joined: Apr 19, 2002
Posts: 7
|
|
|
I've a database in sql server (for example), which has five tables, say, table1, table2...in each table, i've 5 columns. how can i display those tables, and respective columns in a tree like structure in swing. th ebasic question is how to get tables, table names, columns in the tables information from a java program?
|
 |
 |
|
|
subject: jdbc + swing
|
|
|