I am having a hard time here, trying to figure out what memory resource is used when using the "getRows" method.
We have made a search (asp file that does that)that takes at least 10 seconds, in purpose of trying to see if the temp is used that time for that asp page that uses getRows.
We saw nothing.
Still, we get an error once in a a while, using this asp page or another (all use getRows) that shows an error msg of "not enough temporary disk spcae", while trying to open a db connection (at least that's where the error was pointed to). We do not understand, what temp does it use.
How can we find that exact path and file names that r used as temp, for building this getRows array? It is not in the general temporary fils.
Do these files have another extension than *.tmp
We're in a deep problem here.
Thanks
We have made a search (asp file that does that)that takes at least 10 seconds, in purpose of trying to see if the temp is used that time for that asp page that uses getRows.
We saw nothing.
Still, we get an error once in a a while, using this asp page or another (all use getRows) that shows an error msg of "not enough temporary disk spcae", while trying to open a db connection (at least that's where the error was pointed to). We do not understand, what temp does it use.
How can we find that exact path and file names that r used as temp, for building this getRows array? It is not in the general temporary fils.
Do these files have another extension than *.tmp
We're in a deep problem here.
Thanks