MySQL Forums
Forum List  »  Microsoft Access

Re: Read from and write to MySQL from Access 2004 via HTTP?
Posted by: Sebastien Caisse
Date: May 01, 2006 08:23AM

Option a) Write some type HTTP encapsulation (eg- custom bridge) that works everything out. This is more complicated because you'll need to establish the connections within VBA limitations (I never looked into making this type of connection in VBA myself so I don't know how hard it can get).
Option b) Find a software that does this for you.
Option c) If you're lucky and the HTML is standard, you might be able to find some type of ActiveX control that can fetch (and set) the data in an appropriate way albeit I have no clue where to start looking...

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Read from and write to MySQL from Access 2004 via HTTP?
1609
May 01, 2006 08:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.