FB 54692 - Make Connect via mySQLCommunityServer Thread safe

<https://xojo.com/issue/54692>

[quote]Can you please make it so that a connect does not block the main Thread?

SQLSelect and SQLExecute are already Thread safe, but while we connect a Server the UI (the Main thread) freezes and this looks very unproffessional in our Apps. This is an issue especially on slow/throttled VPN connections f.e…

Workarounds:
Use MBSPlugIns?[/quote]

You mean like SQLDatabaseMBS.ConnectMT and SQLCOnnectionMBS.ConnectMT methods?

Yes :slight_smile: