MySQL Forums
Forum List  »  Connector/ODBC

Re: Unable to update linked MySQL table from SQL Server with MySQL Connector/ODBC 8.0
Posted by: Peter Brawley
Date: September 08, 2021 08:21AM

MySQL update syntax for that would be ...

update admin_db.test_odbc_3
set tdbc_desc = 'mydesc'
where tdbc_id = 23

Options: ReplyQuote


Subject
Written By
Posted
Re: Unable to update linked MySQL table from SQL Server with MySQL Connector/ODBC 8.0
September 08, 2021 08:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.