Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update - Replace
Message
De
08/03/2006 12:51:54
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01102507
Message ID:
01102523
Vues:
13
>Hi Fabio
>
>thanks for the reply. I am only interested in the multiple record update situation on large files.
>
>I'm not quite sure what you mean by "because you can use a variable" for ODBC. Could you elaborate?
>
ODBC it is out of the matter

On MSSQL you can get the field new value with:
DECLARE @field1 ...
UPDATE myTable SET @field1=field1=CalcForwardTime()
                ,  field2 = OtherCalc(@field1)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform