E effendi May 2, 2006 #1 Can any tell how I can connect pages develop in Visual Web Develop to MYSQL?.
C Christopher Reed May 7, 2006 #2 You should be able to connect using the MySQL provider or using either ODBC or Ole Db.
M Mark Rae May 7, 2006 #3 Can any tell how I can connect pages develop in Visual Web Develop to MYSQL?. Click to expand... Same way as you would connect to any other RDMBS which has a native .NET data provider. http://dev.mysql.com/downloads/connector/net/1.0.html http://www.connectionstrings.com/ As has already been mentioned, you could also use OleDb or even ODBC if you *really* didn't want the advantages of a true native .NET data provider...
Can any tell how I can connect pages develop in Visual Web Develop to MYSQL?. Click to expand... Same way as you would connect to any other RDMBS which has a native .NET data provider. http://dev.mysql.com/downloads/connector/net/1.0.html http://www.connectionstrings.com/ As has already been mentioned, you could also use OleDb or even ODBC if you *really* didn't want the advantages of a true native .NET data provider...