How to Store Vector in Oracle8i Database
843854Dec 27 2001 — edited Apr 10 2002Hi Friends,
I am using Oracle8i database and jdbc2.0. How can I store a vector java object in Oracle8i ....
Finally I want to store a java vector in a column of a table and while retrieving from the resultset I can typecast it directly to a java Vector type and use... ????
Any code examples, urls, links will be appreciated.
Thanks in advance....