Page 1 of 1

Help with COnnection Strings

Posted: Thu 05 Apr 2007 11:09
by david.thompson
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

Posted: Thu 05 Apr 2007 11:42
by Alexey
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.

Posted: Thu 05 Apr 2007 12:13
by david.thompson
Ahh

Thanks for that...

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

Cheers

Posted: Fri 06 Apr 2007 06:53
by Alexey
Hopefully, next week.