Hi,
i've got an xml file which needed to imported into a database , the format is like :
<?xml version="1.0" encoding="iso-8859-1" ?>
- <VESSELS>
<vessel MMSI="244660460" TIME="2011-06-14 07:57:14 GMT" LONGITUDE="3.93711" LATITUDE="51.37476" COG="50" SOG="11.2" HEADING="511" NAVSTAT="0" IMO="" NAME="" CALLSIGN="" TYPE="" A="" B="" C="" D="" DRAUGHT="0" DEST="" ETA="00-00 00:00" />
<vessel MMSI="538090257" TIME="2011-06-14 08:03:36 GMT" LONGITUDE="-5.40183" LATITUDE="36.1025" COG="139" SOG="0.1" HEADING="13" NAVSTAT="1" IMO="9225794" NAME="SAG WESTFALEN" CALLSIGN="V7KV5" TYPE="71" A="149" B="47" C="15" D="15" DRAUGHT="8.1" DEST="ALGECIRAS" ETA="06-08 17:00" />
I've noticed that excle is not a big problem , but how can i do this bij using vba to get it in access ?
The standard import way gives me emty tables , not even showing the fields.
Thanks in advance
Erwin
i've got an xml file which needed to imported into a database , the format is like :
<?xml version="1.0" encoding="iso-8859-1" ?>
- <VESSELS>
<vessel MMSI="244660460" TIME="2011-06-14 07:57:14 GMT" LONGITUDE="3.93711" LATITUDE="51.37476" COG="50" SOG="11.2" HEADING="511" NAVSTAT="0" IMO="" NAME="" CALLSIGN="" TYPE="" A="" B="" C="" D="" DRAUGHT="0" DEST="" ETA="00-00 00:00" />
<vessel MMSI="538090257" TIME="2011-06-14 08:03:36 GMT" LONGITUDE="-5.40183" LATITUDE="36.1025" COG="139" SOG="0.1" HEADING="13" NAVSTAT="1" IMO="9225794" NAME="SAG WESTFALEN" CALLSIGN="V7KV5" TYPE="71" A="149" B="47" C="15" D="15" DRAUGHT="8.1" DEST="ALGECIRAS" ETA="06-08 17:00" />
I've noticed that excle is not a big problem , but how can i do this bij using vba to get it in access ?
The standard import way gives me emty tables , not even showing the fields.
Thanks in advance
Erwin