Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to execute the update query
Message
From
03/04/2003 16:50:12
Liam O'Hagan
O'Hagan Programming Ltd
Ireland
 
 
To
03/04/2003 15:53:25
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00773773
Message ID:
00773804
Views:
15
Hi Raj,
Select docindex
replace all i_o with 'I' for tofrm = 'SENT'
or if you're executing it via an ODBC connection
SQLExec(nConnectionHandle, "update docindex set i_o = 'I' where tofrm = 'SENT'")
Regards,

Liam

>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.
Liam O'Hagan
MCP VFP Desktop Apps
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform