Etxezarreta
Member
- Local time
- Today, 15:57
- Joined
- Apr 13, 2020
- Messages
- 175
Hello everyone,
With an Access FE-SqlAzure BE application, it happens quite often that an error message appears because the connection atempt lasts too long, or at tleast I guess this is the reason. Sometimes it works perfectly during hours.
Is it possible to increase the lag time in the ODBC string for instance?
I create the string using the migration wizard. Here is what it looks like:
Many thanks again people for your suggestion!
Etxe.
With an Access FE-SqlAzure BE application, it happens quite often that an error message appears because the connection atempt lasts too long, or at tleast I guess this is the reason. Sometimes it works perfectly during hours.
Is it possible to increase the lag time in the ODBC string for instance?
I create the string using the migration wizard. Here is what it looks like:
Code:
DRIVER=SQL Server Native Client 11.0;SERVER=blablabla;APP=SSMA;DATABASE=blablabla;
Many thanks again people for your suggestion!
Etxe.