To determine whether B1UP uses DI-API or ADO we take into consideration 3 things:
1. The fast connection is enabled whenever the B1UP Database Credentials entered detect that they can be used (aka is correct) and have full SELECT/INSERT/UPDATE/DELETE rights to the database. If not, B1UP assumes it can't use the B1UP Database credentials for a fast connection and falls back to DI-API as the reading method.
2. There is no DI-API transaction running at the time. If there is, it will always fall back to DI-API.
3. It is not disabled in the support tool
Please note, if you "Enable" the "Disable Lazy DI-API Connection" in the support tool, you're disabling it:
We can never be sure that there are no DI-API transactions in the system, we cannot provide a 100% chance to connect with ADO.
Everything will work exactly the same when connecting with DI-API, the initialization will just take a bit more time.
Comments
0 comments
Please sign in to leave a comment.