Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote Views
Message
 
 
To
27/11/2001 12:50:42
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00586447
Message ID:
00586514
Views:
15
>How can I handle a connection busy situation? And an update conflict. New to remote views!!!

To eliminate the connection busy problem, try the following on your views:

DBSetProp('View_Name', 'View', 'FetchSize', -1)

For the update conflict, there are 2 possibilities. One has to do with using VARCHAR data types in an Oracle database. The other has to do with 2 or more users trying to update the same record where 1 user has already posted an update, and a second user is trying to update the same data in the same record.

See VFP help on the functions OldVal and CurVal.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform