Hi all,
I have a text file with tab delimeter data. Here is some example of my text file
======================
name address city state zip
JJ 123 st. LA CA 91801
Java 456 St. LA CA 93082
...
...
======================
Now, I want to grab this text data to database. I have Oracle 8 as database server.
Can anyone guide me how to read this text file? If I can get each column to string value, inserting to database will be easy...
I read several java books, but didn't help at all.
Please help!
JJ //
I have a text file with tab delimeter data. Here is some example of my text file
======================
name address city state zip
JJ 123 st. LA CA 91801
Java 456 St. LA CA 93082
...
...
======================
Now, I want to grab this text data to database. I have Oracle 8 as database server.
Can anyone guide me how to read this text file? If I can get each column to string value, inserting to database will be easy...
I read several java books, but didn't help at all.
Please help!
JJ //