Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Building a complex stored procedure
Message
 
 
To
09/11/2001 14:23:33
Christopher Pinnock
United General Insurance Company
Kingston, Jamaica
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00575534
Message ID:
00579899
Views:
27
Definitely a case of having your isolation level set at Read Committed and you are trying to get access to a pending record. This is why you have Tx's open for a short time. In practice, nobody would be trying to access the newly created record anyway. If it is possible for a new record to fall in the range of records that could be queried, you may want to try read uncommitted - or more commonly known as dirty reads.

It depends on how current your data needs to be. This also raises the issue of the special error/exception handing needs C/S apps need.

HTH,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform