Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with CursorAdapters cursor schema
Message
De
10/12/2003 12:48:23
 
 
À
04/10/2003 03:47:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00833764
Message ID:
00857747
Vues:
36
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform