Results 1 to 6 of 6
Thread: Inserting a Table in a TextFile?
- 07-31-2008, 01:04 PM #1
Member
- Join Date
- Jul 2008
- Posts
- 5
- Rep Power
- 0
Inserting a Table in a TextFile?
Hi all
I have a query regarding JTable and text files.
Can I put a JTable in a Text file?
Or is it possible to have any sort of Table( other than the JTable) in a Text file?
Any other alternative solution is welcome.What I need is to display a table in a Text file(.txt files).
Thanks
- 07-31-2008, 01:35 PM #2
Not sure what you mean. A text file has no structure. It contains what you want to put into it. If you can get the contents out of any class, you can write it to a text file.
How are you "displaying" the text file containing the table? What formatting would you expect?
- 07-31-2008, 01:46 PM #3
Member
- Join Date
- Jul 2008
- Posts
- 5
- Rep Power
- 0
I think it's not possible, but you can try for tab delimmted structure.
- 08-16-2008, 12:28 AM #4
Member
- Join Date
- Jan 2008
- Posts
- 22
- Rep Power
- 0
You'll need to write the code yourself, there's no magic method for that.
Loop on your table and write each row as you like in the text file.
- 11-19-2008, 03:33 PM #5
Member
- Join Date
- Nov 2008
- Posts
- 1
- Rep Power
- 0
Hi I have one Customer table in database.
By using jsp, I want to display all records of Customer table.
help me with coding...
thanks
ramu.
-
1) Please create a new thread rather than resurrect an old one.
2) Please read this link as it will help you to phrase your question in a way that is more answerable:
How To Ask Questions The Smart Way
Similar Threads
-
Search TextFile
By gsupriyarao@yahoo.com in forum Advanced JavaReplies: 5Last Post: 04-11-2008, 11:03 AM -
Inserting current date into a DB table
By Java Tip in forum Java TipReplies: 0Last Post: 02-15-2008, 08:38 AM -
Inserting into a table (Example)
By Java Tip in forum Java TipReplies: 0Last Post: 02-06-2008, 09:25 AM -
Textfile and GUI problems
By saytri in forum New To JavaReplies: 2Last Post: 12-21-2007, 04:08 PM -
menu inserting table in the document
By daredavil82 in forum New To JavaReplies: 0Last Post: 12-05-2007, 05:05 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks