Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple SQL Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01061937
Message ID:
01061940
Vues:
15
>I'm on a record in a table. I want to do a SQL update to the current
>record.
>
>
>nRecId = Table.RecId
>
>UPDATE Table
>  SET Field = cValue
>  WHERE RecId = nRecId
>
>
>Is this the best way?

Never made a serious tests, but I think the REPLACE will be faster, if you work only on current record.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform