Forum Moderators: open
I wish to convert
< some XML >
data to an SQL Table
Any Ideas, I need to conver this on a regular basis as the cities might change.
Regards
Sri
<Sorry, no personal URLs.
See Terms of Service [webmasterworld.com]>
[edited by: tedster at 12:06 am (utc) on Aug. 12, 2006]
I was faced with a similar issue; I created something to download the tables, truncate the current tables in the database, and then--via a schema--execute and refresh the sql data.
If you need some coding direction, I can provide some sheets, upon request.