Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with CursorAdapters cursor schema
Message
From
10/12/2003 12:48:23
 
 
To
04/10/2003 03:47:40
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00833764
Message ID:
00857747
Views:
37
Hello,

can it be that this example only works because

CURSORSETPROP("Wheretype",1) &&

is Default?

This Wheretype-option proves only the primary key and not the changed field. Update conflict is on Where-types 2 or 3:

CURSORSETPROP("Wheretype",2) &&key and updatable fields
CURSORSETPROP("Wheretype",3) &&key and modified fields

I'm looking for solving the problem varchar in Oracle and Char in VFP. I have to trim the fields on Oracle before update with remote view or SPT-Cursor in VFP. If I use SQLEXEC(lnConn,"UPDATE....") I need the timestamp of record or old value the modified field. Oldval() and Curval() show always the same value.


Have you got an answer?

Claudia Przioda
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform