Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete
Message
De
12/12/2000 15:33:00
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Re: Delete
Divers
Thread ID:
00452485
Message ID:
00452487
Vues:
23
>Hi All:
> Is there a way I can delete records in the database using SQL Passthrough. I know how to insert a record and update a record using SQL Passthrough, but I never deleted a record using SQL Passthrough. If there is a way how it is done.
>
>Thanks
>MA

Same way -
SQLEXEC(lnHandle, "Delete From mytable Where myfield = somevalue")
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform