Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to undo an Insert into and replace commands
Message
From
11/04/2003 15:29:36
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
How to undo an Insert into and replace commands
Miscellaneous
Thread ID:
00776749
Message ID:
00776749
Views:
48
I would like to change an existing program that uses several insert into and replace commands. Application is written for VFP 7, SDT 6.1, ,used private datasessions, uses optomistic buffering, is multi-user and runs on a novell server. General structure is

insert into ...
insert into ...
if rlock(.)
replace ...
endif

It has no error checking and what I which I want to add. After reading documentation I am not sure of best way to di this. Can I use begin end transcaction to encampulate the transactions, can I use tableupate to check if insert worked, etc.

Any suggestion appreciated. TIA
Next
Reply
Map
View

Click here to load this message in the networking platform