Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL views - Record locking
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
SQL views - Record locking
Miscellaneous
Thread ID:
00602806
Message ID:
00602806
Views:
65
Hi,

Problem Scenario - I have a SQL database which can be accessed by a user as well as by a FoxPro program. I pull the SQL record down to foxpro(create SQL view command used), perform certain calculations, issue an SQLEXEC('update statement'). In the meantime the a user accesses the same SQL record and tries to update it. Problem Scenario explaination with an example -
SQL table - MyCounter, Field - NextCounter
Foxpro program runs - pulls down the following details : NextCounter=100
Foxpro program performing calculations
Before the foxpro program issues the update statement, a user access the
same table and same record => NextCounter=100; updates NextCounter=101
The user should not be able to update the record if the foxpro program
has pulled down the record for processing.

Question - How can I implement record record locking of the SQL record?

Neetu Kumar
Next
Reply
Map
View

Click here to load this message in the networking platform