Is it possible to convert a vector as a resultset ? such that each element in the vector = record in the resultset ?
TIA
Manish
-
Converting vector to Resultset ? (4 messages)
- Posted by: Manish R
- Posted on: April 03 2003 12:39 EST
Threaded Messages (4)
- Converting vector to Resultset ? by Leonard Gurevich on April 03 2003 17:30 EST
- Converting vector to Resultset ? by Francisco Bido on April 04 2003 10:23 EST
- Converting vector to Resultset ? by Manish R on April 04 2003 15:11 EST
- Converting vector to Resultset ? by Francisco Bido on April 04 2003 06:05 EST
- Converting vector to Resultset ? by Manish R on April 04 2003 15:11 EST
-
Converting vector to Resultset ?[ Go to top ]
- Posted by: Leonard Gurevich
- Posted on: April 03 2003 17:30 EST
- in response to Manish R
Yes, you can use CachedRowSet to do it. -
Converting vector to Resultset ?[ Go to top ]
- Posted by: Francisco Bido
- Posted on: April 04 2003 10:23 EST
- in response to Manish R
Out of curiosity, why do you want to do such conversion? Is it to simulate a resultset without having the database present?
Thanks,
-FB -
Converting vector to Resultset ?[ Go to top ]
- Posted by: Manish R
- Posted on: April 04 2003 15:11 EST
- in response to Francisco Bido
Yes, im basically trying to send the resultset back to a pl/sql wrapper which is expecting a Ref cursor.
Thanks. -
Converting vector to Resultset ?[ Go to top ]
- Posted by: Francisco Bido
- Posted on: April 04 2003 18:05 EST
- in response to Manish R
thanks!