Hi again,
The previous one was a bit foggy, so here are more details.
I'm building a memory table inside my stored proc.
Is it possible to return all data in this memory table to java?
I think it is possible by creating the memory table, then use a cursor to fetch all the data and return this cursor as resultset to java, but I not sure of it.
Hope you guys can help me.
Thanks a lot.
Tijs Programming is like sex: one mistake and you have to support it for the rest of your life.
The previous one was a bit foggy, so here are more details.
I'm building a memory table inside my stored proc.
Is it possible to return all data in this memory table to java?
I think it is possible by creating the memory table, then use a cursor to fetch all the data and return this cursor as resultset to java, but I not sure of it.
Hope you guys can help me.
Thanks a lot.
Tijs Programming is like sex: one mistake and you have to support it for the rest of your life.