posted 24 years ago
Hello friends,
This way i did my data conversion tool functionality. I implemented this as a stand alone and GUI based application which took 4 command line args input file(ascill text), output file(binary file), delimiter and no of columns. Based on the no of columns i created text fields for both field names and sizes. I did small validations also here. Based on the output file and delimiter i created a binary file and read the info from input ascii text file and wrote in the binary file using Data class constructor and Add method(already provided by sun). I was able to populate the data in JTable and did add new record,delete and modify existing records functionalities successfully. It hardly took 4 hours inorder to do this.
So, friends if any thing wrong in my functionality please correct me. I am looking forward to hear your comments and opinions.
Thanks in advance,
Sreedhar Garimella.