Prev: TCP connections from a listening port
Next: IComparable
From: Alan T on 16 Jun 2010 01:47 Hi, I cannot find VWD newsgroup so I post the message here. Just downloaded VWD 2010, would like to know the steps to connect to MySQL 5. I have downloaded MySQL ODBC driver and added into System -> DSN already.
From: Mr. Arnold on 16 Jun 2010 08:28 Alan T wrote: > Hi, > I cannot find VWD newsgroup so I post the message here. > > Just downloaded VWD 2010, would like to know the steps to connect to MySQL > 5. > I have downloaded MySQL ODBC driver and added into System -> DSN already. > > <http://www.google.com/#hl=en&source=hp&q=connecting+to+mysql+using+odbc+ado.net&btnG=Google+Search&aq=f&aqi=&aql=&oq=connecting+to+mysql+using+odbc+ado.net&gs_rfai=CpwWrC8MYTNLfKYK_tge8lqCwCgAAAKoEBU_QVG0K&fp=f11974faf5e3db50>
From: Arne Vajhøj on 16 Jun 2010 23:09 On 16-06-2010 01:47, Alan T wrote: > I cannot find VWD newsgroup so I post the message here. > > Just downloaded VWD 2010, would like to know the steps to connect to MySQL > 5. > I have downloaded MySQL ODBC driver and added into System -> DSN already. Don't use the ODBC driver. Use the MySQL connector for .NET. You connect to MySQL similar to how you connect to any database using ADO.NET. Arne PS: Also be sure to read the license for MySQL ODBC driver and ADO.NET provider !
From: Man T on 30 Jun 2010 07:20 > Don't use the ODBC driver. > > Use the MySQL connector for .NET. > > You connect to MySQL similar to how you connect to any database > using ADO.NET. Hi, I just created the MySQL connection from Database explorer for MySQL. Sorry if this is too elementary: I want to display the field values of a table into a dropdown list, eg. name of employee for selection, what steps I need to do? This will be done in asp.net (VWD 2010 Express edition)
From: Arne Vajhøj on 30 Jun 2010 21:17 On 30-06-2010 07:20, Man T wrote: >> Don't use the ODBC driver. >> >> Use the MySQL connector for .NET. >> >> You connect to MySQL similar to how you connect to any database >> using ADO.NET. > I just created the MySQL connection from Database explorer for MySQL. > Sorry if this is too elementary: > I want to display the field values of a table into a dropdown list, eg. name > of employee for selection, > what steps I need to do? This will be done in asp.net (VWD 2010 Express > edition) More or less like for any other database. The main difference being that database specific classname will start with MySql and not Sql or SqlCe or Oracle or .... Arne
|
Pages: 1 Prev: TCP connections from a listening port Next: IComparable |