Click here to Skip to main content
15,894,195 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing a website right now and I want to connect the web database to my visual basic 6.0 application.

Is it possible that I can connect to the mysql web database?

I know how to connect to mysql database to a land based connection but I never tried to connect it to a web database.

Please provide me a sample code on how I can do it as I really need it to finish my project.

Thanks
Posted
Updated 31-Aug-10 4:47am
v4
Comments
Dalek Dave 31-Aug-10 10:44am    
Edited for Readability and Grammar.

I would expect that you just need to specify the location in your connection string, but given that VB6 has been obsolete and unsupported for a decade, it's hard to understand why anyone is using it and hard to know what functionality that we consider basic was added to it a decade ago, when it was still being worked on.
 
Share this answer
 
But is it possible that i can retrieve database record on a web database?
how can i connect it, im using mysql odbc 5.1 for the connection of my mysql database, do you now somebody that has done this kind of connection. Thanks
 
Share this answer
 
Comments
Dalek Dave 31-Aug-10 10:44am    
Reply through Comment, not Answer.
Simon_Whale 31-Aug-10 10:46am    
google is always your friend
its always best to also add in the question what you've tried. but from a quick google there is a complete solution for you

connect to remote mysql
 
Share this answer
 
Hi simon, Ive already search in goolgle, but im having problem in having answer to my question, there some forums about it, but there is no complete to my problem
 
Share this answer
 
Comments
Simon_Whale 31-Aug-10 10:51am    
the link sent shows a solution around 2 or 3 reply down

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900