Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getrows - uses temp?

Status
Not open for further replies.

avivit

Technical User
Jul 5, 2000
456
IL
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top