ject: Re: Question: using Visual Studio.NET
>
> You can access a mysql database within VS.Net through odbc. To do this
> you have install myodbc. You can get this from mysql website. After
> installing myodbc you have to create a new datasource. Then you can
> connect to mysql with the
You can access a mysql database within VS.Net through odbc. To do this
you have install myodbc. You can get this from mysql website. After
installing myodbc you have to create a new datasource. Then you can
connect to mysql with the help of adodb object in vs.net. I have never
tried to connect