Re: Need help with using HTTP from VBA in Access 2003.
- From: "Arvin Meyer [MVP]" <a@xxxxx>
- Date: Sat, 6 May 2006 10:23:51 -0400
Have a look at:
http://www.mvps.org/access/modules/mdl0037.htm
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
"Janet Wilson" <nospam@xxxxxxxxxx> wrote in message
news:3h9o52ts8vfikuhn0c522dv9q61l4mapp4@xxxxxxxxxx
Can someone point me to some good instructions on using thehttp://www.lmc.bz/tblAdvisories.php?username=UserNameHere&password=PwdHere&q
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:
uery=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: Re: Need help with using HTTP from VBA in Access 2003.
- From: Janet Wilson
- Re: Re: Need help with using HTTP from VBA in Access 2003.
- From: Janet Wilson
- Re: Re: Need help with using HTTP from VBA in Access 2003.
- References:
- Need help with using HTTP from VBA in Access 2003.
- From: Janet Wilson
- Need help with using HTTP from VBA in Access 2003.
- Prev by Date: Re: Adding a sub form
- Next by Date: Opening a pop up form
- Previous by thread: Need help with using HTTP from VBA in Access 2003.
- Next by thread: Re: Re: Need help with using HTTP from VBA in Access 2003.
- Index(es):
Relevant Pages
|
Loading