Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need some info on SQLXMLCommand()
Message
De
20/08/2002 00:59:47
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Need some info on SQLXMLCommand()
Divers
Thread ID:
00691340
Message ID:
00691340
Vues:
39
Can someone tell me where such a reference is coming from?
SqlXmlCommand loCmd = new SqlXmlCommand(ConnectionManager.GetConnection().ConnectionString);
Is this something that is built in C#?

I see also that, in the sample code that I have, there are some properties that are getting some values such as:
loCmd.SchemaPath = Server.MapPath(lcXSD);
lcXSD here is a parameter passed to the method. So, it exists. This represents the XSD schema file that the returned XML should conform to. I seem to understand that, in C#, the SQLXMLCommand() will generate the proper XML as per the XSD schema file passed. However, I have to translate all that in VFP. No such thing exists, correct? Would that mean I would have to parse line by line the XSD file and generate the XML to be returned accordingly to the schema?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform