Hi all,
I have a array of 96 integers and I want to store each one in Database. I want to access all these 96 integers in a Java program. Now I am confused about how to store it?
1> wheather i have to store it as 96 fields. ( but this is inefficient to use in program)
2> or store the array in file and store the path of that file.
Please reply as early as possible. Thanks in advance...
Himanshu