Page 1 of 1

Showing MYDAC connection editor during Runtime

Posted: Fri 05 Jun 2020 19:03
by MYDAC100
Hi


I have Edit text box and I put a button. I want when I click this button, it shows MYDAC connection editor during Runtime. Then when I close this editor the connection string will be copy to the edit text box.


Any help

Re: Showing MYDAC connection editor during Runtime

Posted: Thu 18 Jun 2020 15:06
by ViktorV
You can enable a dialogue window displaying of connection to MySQL server by setting the TMyConnection.LoginPrompt property to True and adding MyDACVcl module to the uses clause of your module.