RE: Question: using Visual Studio.NET

2003-07-16 Thread Reggie Burnett
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

Re: Question: using Visual Studio.NET

2003-07-16 Thread Veysel Harun Sahin
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

Question: using Visual Studio.NET

2003-07-16 Thread Tawfik Rady
Hi Everybody, 1- I am trying to upsize an access database to my MySQL server on my website. I tried to get connected within access and failed. Please advise. I am using Win XP as the operating system and MS Office XP Pro. 2- How to connect a Visual Studio.NET project to a MySQL data base locate