Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another cursoradapter question
Message
 
To
08/10/2008 17:01:08
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01353699
Message ID:
01353710
Views:
33
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform