MySQL Forums
Forum List  »  Microsoft Access

Re: Access as front-end web app to MySQL
Posted by: Sebastien Caisse
Date: May 02, 2006 08:45AM

Well, if it's using XML specifically, perhaps you can simply use the XML ActiveX Objets:
In the Code window (Alt-F11), add a reference (Tools -> References...) to the Microsoft XML 5.0 (I mention 5.0 because it's included in Office 2003; if you plan on using another release or deploying on other Office versions you might encounter problems with missing references... but that's another issue).

In it, I beleive you have what's required to establish an HTTP connection to retreive an XML result. The last I used these objects where around 4 years ago (and it wasn't at version 5.0 yet!)

You can find more information about the XML implimentation on the MSDN library: http://msdn.microsoft.com/library
I beleive this is it: http://msdn.microsoft.com/library/en-us/dnanchor/html/anch_xml.asp

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Access as front-end web app to MySQL
1811
May 02, 2006 08:45AM


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.