Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding the inline schema to the XML string
Message
 
À
10/07/2002 11:42:08
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Divers
Thread ID:
00677105
Message ID:
00677112
Vues:
23
This message has been marked as the solution to the initial question of the thread.
GetXML() doesn't have any arguments. You can use DataSet.WriteXML() instead.


>>
In Visual FoxPro, we have the ability to add some specific parameters when converting a cursor to an XML string in order to preserve the inline schema. So, at the other end, when reversing the process, we end up with the same structure.
>
>In .Net, from the DataSet, this can be done to convert everything in a XML string:
>
>
>return MyDataSet.GetXML();
>
>
>However, this doesn't preserve the inline schema. So, when I convert that XML into a cursor in Visual FoxPro, I lost the structure. Is there any parameter to specific to the GetXML() call to specify that?
- Jayesh
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform