Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to mimic TABLEUPDATE()
Message
From
19/12/2011 15:00:30
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
How to mimic TABLEUPDATE()
Miscellaneous
Thread ID:
01531381
Message ID:
01531381
Views:
81
i have just decided to use sqlserver as back of my app.
i use the SPT .
to make the code conversion easier, i have created two functions :
myrequery() to replace all requery() in forms with the sqlexec command. it works well.
but for the second function myupdate() that must replace the tableupdate function i have some problems:
the fonction must face many situations :
- insert data if new record
-update data if editing record
-delete if deleted() record

and the other hand the function must know if all records or current record.

i need some help to make a good tableupdate() function.
Next
Reply
Map
View

Click here to load this message in the networking platform