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:
00356233
Views:
17
This is most interesting!
How do call the StoreProc form VFP and how do received the result?

>I'm all for the stored procedures method. Since they are precompiled they run faster than sending SQL statements over the wire. They also make security easier to implement because you only need to grant execute rights on the procedure and not to individual tables. They can also prevent disasters because you can't execute delete statements directly on a table.
>
>On the client side, input parameters can easily be created on the fly. I have a method in my base cursor class that does this.
>
>Another thing I like is the seperation of code between client and server. Having all your action queries reisiding on the server makes the project easier to manage.
>
>Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform