Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote Views
Message
 
 
À
27/11/2001 12:50:42
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00586447
Message ID:
00586514
Vues:
16
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform