Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A discussion on Remote View's vs SQL Pass Through...
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00354766
Message ID:
00356290
Views:
14
Ok ! That I understand. But how do you display the result in VFP? Are you using remote view?


>I wrap everything up in a transaction and if something fails, I roll it back.
>
>If you want to limit your result sets, you send a parameter to the stored procedure, like a primary key for example. Same goes for updates and deletes. For inserts, I don't send any parameters.
>
>Here is a simple example of a SQL Server stored procedure that receives as a parameter a primay key that identifies the record to be retrieved:
>
>CREATE procedure spGetXrefs
>@caseid int
>as
>select * from Xrefs
>where fk_cases = @caseid
>
>Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform