Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL view with parameter
Message
From
11/06/2003 18:24:36
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
SQL view with parameter
Miscellaneous
Thread ID:
00799168
Message ID:
00799168
Views:
63
Hi,
I'm just wondering about where to put a SQL view (named Vdemo). I can design it in SQL server and use it with just "select * from Vdemo" in VFP. Or I can write the often complex select-sentence in VFP using SQLEXEC(), remote view or have it in a cursor-adapter. But what if I want to add a parameter? Will a "Select * from Vdemo where field=?value" use the filter on the server or will the whole cursor be transferred before the filter is adapted?
Next
Reply
Map
View

Click here to load this message in the networking platform