ExecuteDataset(String,String) Method
Executes a single SQL command and returns the resultset in a
System.Data.DataSet. A new
MySqlConnection object is created, opened, and closed during this method.
Parameters
- connectionString
- Settings to use for the connection.
- commandText
- The command to execute.
Return Value
System.Data.DataSet containing the resultset.