Click to See Complete Forum and Search --> : MTS returns too much data


Ste
October 10th, 2001, 08:22 AM
I have an ASP page which creates a business component which in turn creates a data component (both VB, returning ado recordsets). Not rocket science I know, however, when the data component returns a large number of rows to the business component, the business component hangs and returns an Out of Memory error to the ASP page. Anyone know why this is or why MTS appears to be constrained by the size of recordset returned to ASP ??

mpaul
November 2nd, 2001, 03:50 AM
Hi,
It may not be too much data that cause memory lowerror
Just make sure all instances created is set to nothing properly
regards