Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Another cursoradapter question
Message
 
À
08/10/2008 17:01:08
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01353699
Message ID:
01353710
Vues:
32
>Borislav,
>Thanks, I kind of picked that up from articles on the internet. This thing just doesn't seem symmetrical.

No it is not, but remember VFP could handle not only CAs but Views and buffered tables. So everybody is used to use TABLEUPDATE().
But you can (must!) create your own class based on CA and there you could add method named:
CursorUpdate() which can have:
LOCAL laError[1]
IF NOT TABLEUPDATE(1, .t., this.Alias)
   AERROR(laError)
   *** Handle Error here
ENDIF
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform