Code: Select all
MyQuery1->Open();Code: Select all
MyQuery1->ExecSQL();Switching to MyDAC however, this method seems to be not available. What is the correct method to run UPDATE statements after creating an SQL-String like
Code: Select all
MyQuery1->SQL->Text = "UPDATE table SET column = 1 WHERE ...";-Mino