Hi Experts,
Could someone please suggest me a best design for the following scenario:
There are many numbers in a file, the file somewhat looks like:
-1100
-1101
-1102
-1103
-1104
- - - - -Till 9999
Design and Develop a program in JDBC which will read all numbers from the file and insert into a table at database.
Note: I don't want to read file thousand times and fire insert statement thousand times.