Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need some info on SQLXMLCommand()
Message
De
20/08/2002 12:43:34
 
 
À
20/08/2002 10:34:53
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00691340
Message ID:
00691532
Vues:
11
>>But, that requires SQL Server, right?

Yes.

>>Also, my backend remains VFP, so I am wondering if I could use that as well.

Nope. While the connection string does let you specify the OLEDB provider to use, it currently only works with SQL Server. From the SQLXML 3.0 help:

"Provides the PROGID of the OLE DB provider through which SQLXMLOLEDB executes the commands. In SQLXML version 2.0 and version 3.0, this property value is restricted to "SQLOLEDB"."

>> Otherwise, that would mean I would have to code everything that this one single function is doing, correct?

The object really doesn't do anything. It's the SQLXMLOLEDB OLEDB provider and a helper DLL that are really doing all of the work.

Maybe you could do something with a typed-dataset?

-Mike
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