hi:
I have the following scenario:
Basically through my VB6 app, connection is made to my SQL Server to get addresses.
then URL is open and the url address is placed in which is actually an XML Web base file.
How do I get the data and bring it back to SQL Server for update to that record?
I did everything else but don't know how to do this part..
I need the lat and long from this file... how do I get that
I have the following scenario:
Basically through my VB6 app, connection is made to my SQL Server to get addresses.
then URL is open and the url address is placed in which is actually an XML Web base file.
How do I get the data and bring it back to SQL Server for update to that record?
I did everything else but don't know how to do this part..
Code:
<?xml version="1.0" ?>
- <rdf:RDF xmlns:dc="[URL unfurl="true"]http://purl.org/dc/elements/1.1/"[/URL] xmlns:geo="[URL unfurl="true"]http://www.w3.org/2003/01/geo/wgs84_pos#"[/URL] xmlns:rdf="[URL unfurl="true"]http://www.w3.org/1999/02/22-rdf-syntax-ns#">[/URL]
- <geo:Point rdf:nodeID="aid65060998">
<dc:description>22 W 74th St</dc:description>
<geo:long>-73.975720</geo:long>
<geo:lat>40.777796</geo:lat>
</geo:Point>
</rdf:RDF>