Click to See Complete Forum and Search --> : parse XML to SQL problem


Etimm
04-12-2006, 04:40 PM
I've used the advice from AdamGundry (http://www.webdeveloper.com/forum/showthread.php?t=66461). 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?