I currently have a VB 6 client that uses DAO to talk to a LAN attached Access Database. Assuming I convert my Access db to MySQL, can you tell me the best way to convert my VB app to talk to the new MySQL db? I would like to provide access from the new vb client via the internet rather than a direct LAN connection.
I'm not looking for detailed instructions, here (although of course that would be great), but rather a general approach. Some sample questions I have are:
1. Will ODBCDirect provide the connectivity I'm looking for? If that would work, it seems like that's the easiest conversion.
2. Do I need to convert to ADO? And if so, do I use RDS? I'm confused about the relationship between RDS and ADO and the requirement for one or the other for this application.
3. Also, it seems that most discussions of ADO are in conjunction with Active Server Pages. I don't care about enabling db access via a browser; my interest is using the VB client. So I'm a bit confused that most all the ADO documentation revolves around ASP.
Thanks for any help you can provide.
I'm not looking for detailed instructions, here (although of course that would be great), but rather a general approach. Some sample questions I have are:
1. Will ODBCDirect provide the connectivity I'm looking for? If that would work, it seems like that's the easiest conversion.
2. Do I need to convert to ADO? And if so, do I use RDS? I'm confused about the relationship between RDS and ADO and the requirement for one or the other for this application.
3. Also, it seems that most discussions of ADO are in conjunction with Active Server Pages. I don't care about enabling db access via a browser; my interest is using the VB client. So I'm a bit confused that most all the ADO documentation revolves around ASP.
Thanks for any help you can provide.