Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Discover one cause of C0000005 fatal exception error
Message
From
05/09/2000 13:59:54
 
 
To
04/09/2000 22:46:51
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00404493
Message ID:
00412580
Views:
40
create table cliente (codigo i, nome c(40), endereco c(40))
create sql view as select cliente.* where codigo > ?m.teste
*!* Open the view in view designer and mark send sql updates
use view_clientes
m.teste = 10
requery()
go top
delete
tableupdate(.t.)
*!* browse the table cliente to see the record mark for deletion
select view_clientes
recall
tableupdate(.t.)
*!* browse the table cliente. the record once delete on the view continues
*!* marked for deletion, the recall command was not sent to view base table
*!* even if the view is based on a local table. Why this behavior?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform