Hello,
I'm using VB 2010 with mysql-connector-net-6.2.3. I'm using a typed dataset that is based off of my MySQL database schema. I would like to use the MySql.Data.MySqlClient.MySqlHelper.ExecuteDataset() to retrieve my data.
Is there anyway to get the returned dataset into a typed dataset?
I know how to setup a data adapter and such but prefer to use the ExecuteDataset if possible. I have tried using .Merge but without success. The dataset to be returned has the same schema as the typed dataset.
Thank you,
I'm using VB 2010 with mysql-connector-net-6.2.3. I'm using a typed dataset that is based off of my MySQL database schema. I would like to use the MySql.Data.MySqlClient.MySqlHelper.ExecuteDataset() to retrieve my data.
Is there anyway to get the returned dataset into a typed dataset?
I know how to setup a data adapter and such but prefer to use the ExecuteDataset if possible. I have tried using .Merge but without success. The dataset to be returned has the same schema as the typed dataset.
Thank you,