Hi there,
I've got a Java webservice running on Tomcat which returns a resultset as
the result of a sql query. What is the best way to use this resultset form
an application in .net??
I've had the webservice returning a one dimensional array, which I can use
in my app, this works fine. When I'm trying to return my resultset in a two
dimensional array I'm getting an invalid cast exception.
Maybe there is a completely different way of handling resultsets??
Any experiences?
Thanks very much in advance
Christiane