Need Access 2K3 VBA code for using WinInet functions
- From: Janet Wilson <nospam@xxxxxxxxxx>
- Date: Fri, 05 May 2006 23:29:02 -0500
Can someone point me to some good instructions on using the
WinInet.dll functions from VBA?
I need to interact with a MySQL database via HTTP strings.
We already have the database set up and a PHP script that can receive
commands via HTTP. The script receives the HTTP commands and performs
the database actions, then responds with XML.
This system already works when I test it from IE. I simply send it an
HTTP string similar to this:
http://www.lmc.bz/tblAdvisories.php?username=UserNameHere&password=PwdHere&query=SELECT%20%2A%20FROM%20tblAdvisories%20WHERE%20contact_id%20%3D%2012
The PHP script executes the query and sends back the results in XML. I
just need to know how to set up the VBA code to send the requests. I
THINK I must use WinInet functions to do this. Am I correct, or is
there a simpler way to do it, perhaps using ADO?
More info is available if needed.
Thanks,
JW
.
- Follow-Ups:
- Re: Need Access 2K3 VBA code for using WinInet functions
- From: John Mishefske
- Re: Need Access 2K3 VBA code for using WinInet functions
- Prev by Date: Developer toolkit issue
- Next by Date: Re: Need Access 2K3 VBA code for using WinInet functions
- Previous by thread: Developer toolkit issue
- Next by thread: Re: Need Access 2K3 VBA code for using WinInet functions
- Index(es):
Relevant Pages
|
Loading