How to Open and a File

Hi Friends.

Now i have Created a New File and that By Using that File i Wrote Few Records from the DataBase into That file. Let us take CSV File, Ok, Now i want to Open this File Automatically and show the content to the User After The writing operation Done in the File. That is when all the records from the Database table has been wirtten into the CSV File this file should be Opened Automatically and shown to the User.

Please give me some suggestion to do this

Thank you for your service

Cheers

Jofin

[542 byte] By [jofin123a] at [2007-11-27 3:21:56]
# 1
basic tools you need to read a CSV file are:- BufferedReader+FileReader, to read the file- StringTokenizer, to split the lines- Possibly a JTable if you want a matrix representation of the result
calvino_inda at 2007-7-12 8:24:41 > top of Java-index,Java Essentials,Java Programming...
# 2
Your use of automatic is pure optimism, right?
DrLaszloJamfa at 2007-7-12 8:24:41 > top of Java-index,Java Essentials,Java Programming...