Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RemoteView
Message
From
26/01/2011 06:33:42
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
26/01/2011 06:18:49
Ed Hizon
Skswood Sdn. Bhd
Kuala Belait, Brunei
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Oracle
Application:
Desktop
Miscellaneous
Thread ID:
01497412
Message ID:
01497421
Views:
50
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform