Whidbey & MySql
I downloaded MySql for Windows Server the other day along with the MySqlDriverCS. This morning, I create a small sample table and then I inserted some data using a Command() method. I then followed it up with a call to DataSet.Fill(). It seems that command to insert data worked along with the query that is being run with the dataset.
Wally