Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transaction syntax
Message
From
13/04/2004 10:29:55
 
 
To
12/04/2004 18:00:06
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00894208
Message ID:
00894407
Views:
7
<snip>
Hi Nancy,

Do I need to include llOK evaluation for the VW_CHILD tableupdate?
>local llOK
>begin transaction
>  if tableupdate(.t.,.t.,'vw_child') && do I need llOK here?
>     llOK = tableupdate(.t.,.t.,'vw_parent')
>  endif
>if llOK
>  end transaction
>else
>  rollback
>  tablerevert(.t.,'vw_child') && Or do something to fix the problem
>  tablerevert(.t.,'vw_parent') && Or do something to fix the problem
>endif
>>
ramil
~~ learning to stand still
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform