Is there a way to catch timeout on InitializeAsync method in JdbcSQL?
In this code:
I always get "true" when is OK connected, but never "false" (even if it can't connect) ... it looks to me as there is no timeout set for InitializeAsync (or I didn't set it up).
In this code:
B4X:
MSQL.InitializeAsync("mssql", driver, jdbcUrl, Username, Password)
Wait For mssql_Ready (Success As Boolean)
Return Success
I always get "true" when is OK connected, but never "false" (even if it can't connect) ... it looks to me as there is no timeout set for InitializeAsync (or I didn't set it up).