How to get a row as string
843854Apr 28 2004 — edited Apr 28 2004Dear all,
Hello.
I want to get the entire row of a result set as a String, not getting them columnwise via getString() like methods.
I couldn't find a suitable method in the ResultSet interface. Would someone tell me how to do this?
Thanks