Executes a SQL statment and populates a DataTable with the results set.
Executes a SQL statement using the supplied parameters and populates a DataTable with the results set.
DataSet GetSQLDataSet(string,ArrayList,string);
Executes a SQL statment and populates a DataTable with the results set.
DataSet GetSQLDataSet(string,string);