Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot delete a record from a table
Message
De
14/07/2000 14:42:06
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00392567
Message ID:
00392602
Vues:
10
Hi Nick,
Try BROWSE FOR archive.ae_id = .b
Does that find the record?
Is B a property in a "WITH This" construct?
I always do DELETE FOR archive.ae_id = .b IN Archive whick ensures I'm in the right work area without switching.
I NEVER use TRIM in string matching situations. If b is blank, instead of deleting the blank ones, it would deleted 'em ALL. (Assuming EXACT is OFF, which is the default.) If you wish to delete all "Smith ", and TRIM, you also delete all "Smithsons". Ensure that b is the same length as AE_ID.




>I am issuing:
> Delete for archive.ae_id = .b
>
>and my table is not deleting the data. I have set deleted on, I don't understand why it shouldn't delete. I even tried to delete through a view and it still didn't delete the record. Anyone have a clue?
>
>
>thanks
>nick patel
Charlie
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform