Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date of Last Update Field...
Message
From
09/06/2000 11:48:22
 
 
To
25/04/2000 12:10:18
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00362891
Message ID:
00378848
Views:
25
Here's one for the group ...

I'm getting an "Update Conflict" when I have a view based on a table.

Stored Proc:
procedure brand
for i = 1 to fcount() - 1
if getfldstat(i) != 1
replace ModiDate with datetime()
exit
endif
endfor

table-level rule is brand() for the table (mytable)

create sql view vmytable as select * from mytable
*** code for key fields, updatable, etc ...

then ... in my form ...

if !tableupdate(.t., .f., 'vmytable') .... produces an update conflict.

Any thoughts would be welcome.

Thanks
Walter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform