Oledb update query
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-02-24 04:00 PM
Can someone tell me the update query syntax because I am getting an error that operation is not an updateable query
------------------------------
A S
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-02-24 12:58 AM
Hi,
Can you try the below. Replace the sheet name(Table). column name and value based on your requirement.
"UPDATE [SheetName$]
SET [ColumnName] = '"&[ColumnValue]&"' WHERE [ColumnName] = '"&[ColumnValue]&"'
------------------------------
Athiban Mahamathi - https://www.linkedin.com/in/athiban-mahamathi-544a008b/
Technical Consultant,
SimplifyNext PTE LTD,
Singapore
------------------------------
