This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi!
Right, you cannot return the result set itself but you can extract the data returned in the result set and return the data, perhaps in some kind of data transfer object.
Best wishes!
benjamin yap
Greenhorn
Joined: Aug 06, 2009
Posts: 2
posted
0
Ivan Krizsan wrote:Hi!
Right, you cannot return the result set itself but you can extract the data returned in the result set and return the data, perhaps in some kind of data transfer object.
Best wishes!
Hmm could you give me more details or some sample code? that would be good. thanks