Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Discover one cause of C0000005 fatal exception error
Message
De
05/09/2000 13:59:54
 
 
À
04/09/2000 22:46:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00404493
Message ID:
00412580
Vues:
39
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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform