Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RemoteView
Message
De
26/01/2011 06:33:42
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
 
À
26/01/2011 06:18:49
Ed Hizon
Skswood Sdn. Bhd
Kuala Belait, Brunei
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Oracle
Application:
Desktop
Divers
Thread ID:
01497412
Message ID:
01497421
Vues:
51
>I have set the buffer to 5 already to update manually and only editing the records and not adding any and the error still the same "Conflict Update on cursor..."

Then aError() is your friend.
lRet=tableupdate()
if not lRet
   aError(ee)
   set step on && and look at the ee array in the debugger
endif
Check on the backend that the record with that PK that you're trying to update actually exists. Also, if there's some kind of profiler or log on the server, try to see what was the actual command that Fox sent to it, then try to execute that command right there, in whatever tool you have at your disposal (or as a SPT command, that would work too). I'm not promising a solution, this is only a way to debug this kind of issue.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform