Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Philosophical issue of SPT vs Views...
Message
De
05/09/2001 15:09:21
 
 
À
05/09/2001 14:35:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00552723
Message ID:
00552746
Vues:
17
Hi Kevin.

>For VFP apps that access SQL Server, are there any documents on the Wiki (or anywhere else on this forum) that covers the pros and cons of SPT vs Remote Views ( vs Stored Procs)?

Check this link: http://fox.wikis.com/wc.dll?Wiki~MoreOnRemoteViews~VFP

>nQueryResult = SQLEXEC(nMyConn, 'SELECT ' + [&cFieldList] + ' FROM ' + [&cFileList] + ' WHERE ' + [&cWhere] + ' GROUP BY ' + [&cGroupBy],"ResultSet")

The & aren't needed in this case, since unlike SQL SELECT, the SQLEXEC() expects to be passed a string.

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

Click here to load this message in the networking platform