Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete not working
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Delete not working
Divers
Thread ID:
00791389
Message ID:
00791389
Vues:
45
I am trying to delete a record using a view. When I issue following command:
Select * from employee where employee.e_id = .d into array a__gen6
...
insert into ... from array a__gen6 ...
....
....
delete for lv_employee.e_id = .d
r3 = tableupdate(.t., .t., 'lv_employee')
the tableupdate variable r3 = .T. but the record still stays there. The base table (employee) is not in my dataenvironment just the view. Can doing select statement on base table (employee) prior to issuing delete on view cause this problem? I'm I missing something here?

Thanks
Nick Patel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform