Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Philosophical issue of SPT vs Views...
Message
From
05/09/2001 15:09:21
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00552723
Message ID:
00552746
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform