Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiuser Programing with ms-sql
Message
 
To
25/07/2003 03:01:25
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00813064
Message ID:
00813945
Views:
5
Well for that amount of data you may not see any performance benefits at all. So it will be back to security and integrity benefits for you.

You don't need to lock data rows in SQL as such, because it is geared towards set-based updates. In other words, you don't really pull a server-side cursor very often, and then loop through it. Some purists would say you never do that, but in reality you do have to sometimes, especially when you want to execute a remote stored procedure on each row or a few data items from it.

Can you give us any examples of code that you're trying to write then we can try and move you forward.

Regards
Simon
SJC Systems Limited
WorldSpreads Limited (www.worldspreads.com)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform