[Help] Connect VB2010 > Navicat for MySQL

Posts 17 of 7 · Page 1 of 1
[Help] Connect VB2010 > Navicat for MySQL
The title says.. some1 know how i can add a (working) database
in visual basic 2010 where i can connect with Navicat for MySQL (v9)?
You need a database that allows external access, most free hosts do not allow it.

Try x10hosting, I think they do offer external MySQL access in the free hosting.

You can then connect to it using MySQL connector(use the search function). I also wrote 1 or 2 tutorials for MySQL in VB.Net

-------------

2nd method is actually getting a database that does only allow local access (most free hosts). However, you will have to write .php scripts for it and you cannot connect to it using Navicat.
Quote Originally Posted by Blubb1337 View Post
You need a database that allows external access, most free hosts do not allow it.

Try x10hosting, I think they do offer external MySQL access in the free hosting.

You can then connect to it using MySQL connector(use the search function). I also wrote 1 or 2 tutorials for MySQL in VB.Net

-------------

2nd method is actually getting a database that does only allow local access (most free hosts). However, you will have to write .php scripts for it and you cannot connect to it using Navicat.
000webhost FORCES you to use Remote SQL :P
Yes like VB ---2008--- .. not 2010 don't gives MySQL.Data at the
".Net" Feature:-/ but thanks
Sorry, I don't understand any of what you are trying to say.
Quote Originally Posted by Blubb1337 View Post
Sorry, I don't understand any of what you are trying to say.
VB 2010 apparently comes with the MySQL.data dll included in the install, while 2008 doesn't.

Simple solution:

Do what Blubb1337 said and google the "MySQL connector VB .dll" or some similar string and find it there.
okay thanks^^
Posts 17 of 7 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

None

Need help?