Hello everybody!
My application is working perfectly with SQL Server RDS on Azure, or almost perfect.
I need to call a stored procedure that takes 45 seconds to be complete and Bubble’s SQL connector returns a timeout message (15000ms).
I have already tried to change the connection with the indicated parameters but without success, as in the examples below:
mssql://MyUser:MyPwd@MyServer.database.windows.net:1433/MyDB?encrypt=true&ConnectionTimeout=120
mssql://MyUser:MyPwd@MyServer.database.windows.net:1433/MyDB?encrypt=true&Connection%20Timeout=120
mssql://MyUser:MyPwd@MyServer.database.windows.net:1433/MyDB?encrypt=true&requestTimeout=120
mssql://MyUser:MyPwd@MyServer.database.windows.net:1433/MyDB?encrypt=true&request%20Timeout=120
mssql://MyUser:MyPwd@MyServer.database.windows.net:1433/MyDB?encrypt=true&CommandTimeout=120
mssql://MyUser:MyPwd@MyServer.database.windows.net:1433/MyDB?encrypt=true&Command%20Timeout=120
mssql://MyUser:MyPwd@MyServer.database.windows.net:1433/MyDB?encrypt=true&Timeout=120
and others…
I’ve searched the Bubble documentation and a lot of internet sites/articles but haven’t found a solution.
Can anyone help me?
Thank you very much!