Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can XmlAdapter take a parameter?
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Can XmlAdapter take a parameter?
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01273594
Message ID:
01273594
Vues:
55
I need to create a bunch of XML files from one cursor (based on a values in a field). Therefore, I was wondering if XmlAdapter can take a parameter to convert to XML only certain records. For example:
oXml = CREATEOBJECT("XMLAdapter")
oXml.AddTableSchema("MYCURSOR")
oXml.ToXML("lcXml")
The above code will create an XML string lcXml that will include all records in MYCURSOR. I wonder if I can make the above code only send to lcXml records that match some WHERE clause, like MYFIELD = cMyVar.

Thank you in advance for your help.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform