Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to execute the update query
Message
 
 
To
03/04/2003 15:53:25
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00773773
Message ID:
00773774
Views:
18
>I want to execute the following query:(In vb i use recordset or database.execute sql to execute a query)
>
>Could you please tell me how i can execute in VFP to update all the records which meets the following condition:
>
>update docindex set i_o = 'I' where tofrm = 'SENT'
>
>Thank you very much.

It's valid VFP UPDATE SQL command. You can run it from command window or include in your program "AS IS".
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform