parse XML to SQL problem

admin

Administrator
Staff member
I've used the advice from AdamGundry (<!-- m --><a class="postlink" href="http://www.webdeveloper.com/forum/showthread.php?t=66461">http://www.webdeveloper.com/forum/showt ... hp?t=66461</a><!-- m -->). When I open my XML file in Internet Explorer I get the following:

insert into catergory(Naam, Type, Subgroep) values(Bosch, WTL 128, Witgoed) insert into category(Naam, Type, Subgroep) values(Edy, GF312, Witgoed) insert into category(Naam, Type, Subgroep) values(Etna, WFG 12 BG, Witgoed)

How can I use this to create an SQL Database??? When I copy paste this in Acces I get errors...
Can anyone help me?
 
Back
Top