Help with COnnection Strings

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
david.thompson
Posts: 2
Joined: Thu 05 Apr 2007 11:05

Help with COnnection Strings

Post by david.thompson » Thu 05 Apr 2007 11:09

Hi

I am trying to use the MySQLDirect .NET provider to create our DAL. Everything its working fine here, however for every Dataset I create it wants to create a new connection string, these seem to be being embedded into the Dataset and not in the app.config / appliation settings.

Could anyone point me in the correct direction of adding a ConnectionString to the app.config file then getting the DataSet wizard to pick up on this connection string.

Cheers

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 05 Apr 2007 11:42

Could anyone point me in the correct direction of adding a ConnectionString to the app.config file then getting the DataSet wizard to pick up on this connection string.
We are going to provide a solution for this in MySQLDirect .NET 4.1.
For now, you may add MySqlConnection component onto a form and then call DataSet Wizard. It will see the created connection.

david.thompson
Posts: 2
Joined: Thu 05 Apr 2007 11:05

Post by david.thompson » Thu 05 Apr 2007 12:13

Ahh

Thanks for that...

Any idea when the next version is going to be released?

Cheers

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 06 Apr 2007 06:53

Hopefully, next week.

Post Reply