Connecting VB.NET to a MySQL Database -


I have a VB.NET application and I need it to be able to display the rows from the MySQL database. How do I do this?

Update: There is one more thing I could do, that app gets a PHP page from the site that shows the DB, and receives every 10 pages. Seconds or so on

You can use the MySQL connector which you can get from. The lower part of the article tells how to install the connector and connect to the MySQL database. Links show some examples of connection strings.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -