|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by pand0ra_usa in Access Coding/Macros, SQL Query Syntax, Extensible Markup Language (XML)
I have a table in Access that has a list of IP addresses in one column. I also have a query of unique IP Addresses. The goal is I want to append the XML data from the URI to the query below so that I have a table that contains unique IP addresses and the XML geolocation data. As I import new logs I need to be able to update the unique IP Addresses and the geolocation information. Right now there are about 700 unique IP addresse and I need to get the geolocation info for each of them.
(
SELECT DISTINCT IPaddress
FROM HeuristicsDaily;
)
URI:
http://ipinfodb.com/ip_query.php?ip=173.88.133.54 (or whatever the unique IP Address is)
Table Name: HeuristicsDaily
Column name: IPAddress
20091111-EE-VQP-91 - Hierarchy / EE_QW_3_20080625