Fabrice La Active Member Licensed User Longtime User Jun 23, 2014 #1 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 ?
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 ?
Erel B4X founder Staff member Licensed User Longtime User Jun 23, 2014 #2 See my answer in the other thread. InitializeAsync works in both UI and non-UI apps. Upvote 0