Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to import this
Message
De
06/07/2006 21:30:37
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
How to import this
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01134333
Message ID:
01134333
Vues:
63
Hi,
I have a sample xml file from customer exported from SAP system. He wants us to import it to our system.

I tried to use XMLAdapter to load it, no error but tables.count return 0. Any ideas?
loXA = CREATEOBJECT("XMLAdapter")
loXA.XMLSchemaLocation="c:\schema.xsd"
?loXA.LoadXML("c:\data.xml", .T., .T.)  && RETURN .T.
?loXA.Tables.Count  &&RETURN 0
Pls advice.

Pls inform me if you need my schema and xml file for testing.

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform