i have a little Problem. I have a TMYQuery and two TMYConnections in my project. Know i want to change the Connection option from TMYConnection1 into TMYConnection 2.
With
Code: Select all
DataModule1->sql_select->Connection = "TMYConnection2";
What must i do to change the option?
Thanks