I already have a populated ADO.Net DataSet. I need to issue queries to this DataSet. The query will be an Update SQL Statement.

So far I have figured out how to issue a SqlCommand state to issue the query but they all require a SQLConnection object. I need some help conencting to an in memory Dataset.

Help...