Storing database values
Hello,
I have a java stored procedure which fetches sqlserver values and inserts into oracle db.
Currently I am storing values in vectors, but problem with vector is I have around 15 fields, so I have to create 15 vectors.
Could some provide some example of using some util classes like HashMap or hashtable. How I can store and retrieve values in the same order if I use HashMap or hashtable?
Thanks

