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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Time out error in ASp

Status
Not open for further replies.

Itopa

IS-IT--Management
Mar 24, 2002
7
0
0
NG
Hello, I ran my asp pge on small records and it came out fine but when i change the criteria for all records i get this error


Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E31)
[Oracle][ODBC][Ora]ORA-01013: user requested cancel of current operation


Pls what do i need to do to make it run without breaking. I have increased the script time out value though

Thanks
 
can you show us your query...you need to set oracle odbc time out settings too...

-DNG
 
You probably should optimize your code, too. If you're using an open recordset with MoveNext, for example, you're burning many times more cycles than you would with GetRows(), which runs many times faster than moving through a recordset.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top