This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JDBC and the fly likes formatting output columns Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "formatting output columns" Watch "formatting output columns" New topic
Author

formatting output columns

Craig Parsons
Ranch Hand

Joined: Jan 28, 2004
Posts: 40
I am new to retrieving data from an Access database using JAVA code with enbedded SQL. I am just doing a basic SELECT * FROM database. So all the records show up, but my columns are all uneven.
What can I use to get my columns lined up under the column headers? I would like to have the 1st position of the column to be lined up with the headers and all the data below it.
Thanks,
Craig
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: formatting output columns
 
Similar Threads
Seperating data
Dynamic dataTables within datatables
Do we have to hardcode the fields (order, index values) in the client
Screen resolution
Hiding / showing / resizing columns dynamically in a table