I am connecting to an SAP query in SQ01 from a C# console application however due to the large amount of data which needs to be fetched, I am getting a timeout exception. Is there a way to modify the time period before the timeout occurs?
An alternative would be to execute the query in the background. Is there a way to do this using C#?