[RESOLVED] Importing XML by VB6
hi all,
i wanna import xml to my SQL Server 2000 by vb6 but iam a bigener to this
and i dont know from where i have to start
thx for help. :wave:
and here is a sample for the xml file
<?xml version="1.0" encoding="UTF-16" ?>
- <NWCustomers>
<Customer>Maria Anders</Customer>
<Customer>Ana Trujillo</Customer>
<Customer>Antonio Moreno</Customer>
<Customer>Thomas Hardy</Customer>
<Customer>Christina Berglund</Customer>
and so on .....................................
</NWCustomers>