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 22:33:07
 
 
À
05/09/2000 13:59:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00404493
Message ID:
00412749
Vues:
32
Gustavo, please provide a runable code sample. Something I can paste into a *.prg and run. I'm getting a "No database is open error" when I run the code below.

Thanks,

Dave

>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