Hi I have used vb to link to an access 2003 database using the adodc component- (connection string etc etc). Right I am now working with mysql (which I would like to say I am loving it) and I have migrated the access 2003 db's into mysql using the migration toolkit . How can I link to mysql db in a similar fashion. Please reply.
Thanx.
kvarnerexpress
| |
|
Welcome to KnowledgeSutra - Dear Guest | |
Linking To Mysql From Vb
Started by kvarnerexpress, Oct 05 2005 10:00 PM
7 replies to this topic
#2
Posted 05 October 2005 - 10:58 PM
Hello kvarnerexpress,
Please follow the site http://www.connectionstrings.com/ where you get all connection string.
Please follow the site http://www.connectionstrings.com/ where you get all connection string.
#3
Posted 17 October 2005 - 02:59 PM
I'm a bit late, but I will give my contribution to this. On Planet Source Code (here's the link: Planet Source Code), there is a project in Visual Basic, called MyVbQL, that compiles into ActiveX DLL, and can be used to access MySQL databases.
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.
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.
#4
Posted 02 November 2005 - 08:00 AM
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.
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.
#5
Posted 28 December 2005 - 01:31 AM
magiccode9, on Nov 2 2005, 03:00 AM, said:
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.
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.
#7
Posted 13 January 2006 - 03:56 PM
I was using Microsoft Access database once ago for my project done in JSP (Java Server Pages - similar to PHP). Rather my school only taught me to use Microsoft Access. But I've found a way to connect to MySQL database for an alternative database method.
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...or/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...ssue/050407.htm
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...or/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...ssue/050407.htm
#8
Posted 22 October 2008 - 10:39 PM
Try to use vb2mysql to resolve the connectivity of vb6 and mysql
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
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
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
















