My application try to connect to a remote Mysql and need to be connected to run (Login) means UI fx appli.
The solution provided is to use the InitializeAsync connection but this one use a Non-UI application. Related to this, my concern is :
Is it possible to run UI and Non-UI in parallel and share SQL connection ?
The solution provided is to use the InitializeAsync connection but this one use a Non-UI application. Related to this, my concern is :
Is it possible to run UI and Non-UI in parallel and share SQL connection ?