|
|
Linking To Mysql From Vb | ||
Discussion by kvarnerexpress with 7 Replies.
Last Update: October 22, 2008, 10:39 pm | |||
![]() |
|
|
Thanx.
kvarnerexpress
Please follow the site http://www.connectionstrings.com/ where you get all connection string.
I have used this project, and I can say it works pretty fine, it is stable, and runs fast. It relies fully on libmysql.dll, and even if you upgrade your MySQL server, it will work fine.
there is no longer need to use thrid-party component that may be not function correctly(of course, some component would be stable as Galahad said)
coz mysql company have made a conponent that is odbc compatible.
you can go here to download.
P.S. .net version component also are here.
QUOTE (magiccode9)
hi, all,there is no longer need to use thrid-party component that may be not function correctly(of course, some component would be stable as Galahad said)
coz mysql company have made a conponent that is odbc compatible.
you can go here to download.
P.S. .net version component also are here.
Thanks so much for that link. I always thought that it would take so much to connect to a MySQL server in .Net programs. How on earth you you use ODBC databases in .Net? I heard of the MySQL OCBC component before, used it once or twice....
You will need another connector driver. By default, Microsoft uses ODBC (Open DataBase Connectivity) for it's Microsoft-based databases. A bridge driver is needed to connected Java applications into ODBC, which then connects to the database itself. For Java, the bridge is called JDBC (Java DataBase Connectivity).
As for your case, the current versions of Visual Basics should be based on .NET framework. MySQL has also developed a driver to connect .NET applications to MySQL databases. You will need to download and install the driver to enable the connectivity.
http://dev.mysql.com/downloads/connector/net/1.0.html
The source codes in VB for connecting to MySQL databases should remain unchanged. The only changes that has to be done is to link your MySQL database into ODBC in Administrative Tools in Control Panel.
For more information of these steps, visit the following sites :
http://www.nusphere.com/products/library/d..._mysql_odbc.htm
http://www.15seconds.com/issue/050407.htm
Linking To Mysql From Vb
Hi, I have wrote vb6 code for almost 9 years. Since mysql was released, then I decided to use it as database in my projects. Then I've found on the internet an amazing tool to easily connect and manipulate data, this tool was Vb2MySQL. I always use this tool in all my projects. I think you should try this tool.
-reply by Supriyanto
Similar Topics:
Check Referrer To Prevent Linking Y...
remote server connection JSP and ...
Linking Strategies : Natural Links
Receiving Data With Winsock (1)
|
(3) Fetch Data From A Database And Display It In A For
|
Loading...
HOME 






