Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update - Replace
Message
From
08/03/2006 12:51:54
 
 
To
08/03/2006 12:45:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01102507
Message ID:
01102523
Views:
12
>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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform