Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending Xml document object to VFP
Message
From
06/04/2004 16:07:43
Keith Payne
Technical Marketing Solutions
Florida, United States
 
General information
Forum:
ASP.NET
Category:
XML
Miscellaneous
Thread ID:
00892718
Message ID:
00892739
Views:
24
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform