System Programmer!
By jholez
@jholez (40)
Philippines
June 18, 2008 9:44am CST
System Programmer! Nice to hear from others that they call you a programmer! but to be a programmer a lot of things to give up! you need to multiply your effort to research... like my cousin he worried about his thesis .... please help my cousin! how to connect database microsoft access 2003 in Visual Basic 6.0 using MYSQL.. thanx in advance!
2 responses
@iceblizzard (749)
• Philippines
18 Sep 08
When you say connecting to MS Access using MYSQL, I don't think you can accomplish that (in my own experience only, correct me if I'm wrong). What I see is that you can only link databases to be able to access it. Every databases uses its own database engine to establish connection. I have tried this one years ago, I want to remotely connect to two different databases to send new information to it and updates the content of both databases. So what I've done, I link this two databases and connect it using its default engines. MYSQL uses MyODBC engine and MS Access uses ADO.