Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is the best way to use SQL server and VFP
Message
 
À
30/08/2000 15:57:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00410980
Message ID:
00411324
Vues:
15
I don't see any advantage to using ADO in a C\S app. In fact, using it you give up one of Foxes most powerful features, OOP data ojects. Since you can not subclass an ADO recordset, you can't build true data driven frameworks. If you really want to use ADO, you'll have to convert the recordsets to cursors, but that is an extra step.

I've developed a framework for working with SQL Server via stored procedures that works extremley well and is totally reusable. Your not going to do that kind of stuff with ADO.

Charlie
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform