Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Having Trouble updating an updateable remote view
Message
From
23/02/2002 11:26:24
 
 
To
20/02/2002 18:34:47
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00609728
Message ID:
00624095
Views:
27
I think it's probably got something to do with buffering ... are you using row buffering? You should be using table buffering ...

~~Bonnie

>Here is a Snippet of my Code :
>
>   *************************
>        SELECT RvPoDetailsList
>	REPLACE ALL ;
>	  RvPoDetailsList.IsInput WITH .T. ;
>	  FOR RvPoDetailsList.ItemNumber = ;
>          RvInventoryMasterTemp.ItemNumber
>	
>        =TABLEUPDATE(.T.)
>	DELETE IN("RvInventoryMasterTemp")
>    ************************
> The Error "Update Conflict" occurs once the Replace Statement occurs...
>before the =TableUpdate() is Executed.
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Reply
Map
View

Click here to load this message in the networking platform