| Author |
how to fix size of table after accessing from postgresql
|
sandeeps srivastava
Greenhorn
Joined: Jul 25, 2008
Posts: 7
|
|
hi i have problem of fixing cell size of table . i used postgresql database and used jdbc . when i fetch 22 columns from table through rs.getString(1),rs.getString(2)..... cell size varying according to entered character . is it possible to fix size of cell ? please help . thanks in advance
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
Database tables don't have a "size". At least, not one you can do anything about. The only "size" I can think of for a database table is the number of rows. But what's this "cell" thing you are asking about? It rather looks like you are asking about some form of display. Please provide more details so we can move this post to a more appropriate forum.
|
 |
 |
|
|
subject: how to fix size of table after accessing from postgresql
|
|
|