I have a client / server running which is using remoting. I am trying to pass back a OdbcDataReader which is full of records to the client but when it hits the client end it is saying that there is no connection open. Is there a way to convert this to from odbcdatareader to a ADO recordset and then pass it?