Hi,
We are working on Canvas App & performing CRUD operations using Azure SQL Server Database using only Stored Procedures via data gateway.
The SQL Server connector uses the data gateway to connect to the Azure SQL Server Database. I am also able to connect to the Azure SQL Server Database using SSMS.
We are making direct Stored Procedure calls using SQL Server connector via Canvas App (https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/connections/connection-azure-sqldatabase)
The Stored Procedure calls using Canvas App works majority of the time via data gateway.
We are calling Stored Procedure in Canvas App on click of button (OnSelect event) & triggering this button click event on load of screen in some cases.
Sometimes, when the screen is loading, we randomly get errors like "{Stored Procedure} failed: The request was not sent or there was no response from the server. Please check your internet connection."
Please provide solution for the above error.
Thanks in advance.