I have this in a public class:
SqlConnection myConnection = new SqlConnection(\"Data Source=hermes;database=qcvalues; Integrated Security=SSPI;\"); myConnect
IDataReader reader; DataSet ds; while (!reader.IsClosed) ds.Tables.Add().Load(reader);