Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending Xml document object to VFP
Message
De
06/04/2004 16:07:43
Keith Payne
Technical Marketing Solutions
Floride, États-Unis
 
 
Information générale
Forum:
ASP.NET
Catégorie:
XML
Divers
Thread ID:
00892718
Message ID:
00892739
Vues:
17
This message has been marked as the solution to the initial question of the thread.
Dmitry,

Try oXML.DocumentElement.OuterXML. I'm pretty sure that this will give the entire document, but I'm not certain and I don't have access to VS.NET atm.

HTH

>I need to send an XML document object to VFP stored procedure by way of oCommand.ExecuteNonQuery(). I pass XML object as one of parameters in oCommand.CommandText. I tried the following choices:
>
>1. oXml but this sends just the name of the xml document.
>2. oXml.InnerText sends the text of the node but without tag names.
>3. oXml.OuterXml gives me error.
>
>Basically I want the Stored Procedure to receive a string of the xml document so that in VFP I can convert it to a cursor.
>
>Any suggestions, please?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform