Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need some info on SQLXMLCommand()
Message
De
20/08/2002 08:48:56
 
 
À
20/08/2002 00:59:47
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00691340
Message ID:
00691406
Vues:
8
SQLXML 3.0 shipped with a .NET managed classes that are basically wrappers for the SQLXMLOLEDB OLEDB provider. You have to download and install SQLXML 3.0. The managed classes will only be installed if the .NET framework is installed on the machine.

-Mike

>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?
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform