So I want to get some data on the server side using OracleClient. Something like OracleDataReader rdr = OracleDataAccess.ExecuteReader(Conn, sQry);
What is the best way to deliver this data to Silverlight?
I set up a web service I just don't know the best data structure to package the result set.
The silverlight CLR can not use the OracleClient DLL, So I can't use any of the typical Oracle result set data structures (DataSet?)