I am using QBApiWrap.QuickbaseApiWrapper.DoQuery
in C# to get the records from my table. Previously it has been working fine. Now the number of records have increased to 30,000 and I am getting the following error:
Errcode : 75
Errtext : Report too large
Errdetails : Maximum number of bytes in report exceeded
How can I get all the records in a single dataset?
I am querying in below manner:
DataSet dsEmployee = My_Integration.QBApiWrap.QuickbaseApiWrapper.DoQuery(dbIdEmployee, ticket, "","3.6.7.8.21.15");