Why I have the exception in VS2017 when I am trying to update a table
OleDbConnection("Provider = Microsoft.ACE.OLEDB.12.0; Data Source = database.accdb; Persist Security Info=False;"
"UPDATE `Cars` SET `company` = (SELECT `id` FROM `Companies` WHERE `Companies`.`company` = parameter_company) WHERE `id` = parameter_id"