Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP 3 Classic ASP Active Server Pages 3.0 > ASP Forms
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 29th, 2004, 07:58 AM
Authorized User
 
Join Date: Apr 2004
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Default trappable error occurred in an external object

Hi:
 i have serious problem in my asp page. I design an asp with form for input data.
 My that page was runs correctly and worked properly. But after some days i again run it and i receive that error:

error 'ASP 0115'
Unexpected error

/aff/page/submit_form.asp

A trappable error occurred in an external object. The script cannot continue running.

I find out that when ever i creat a recordset object, it display error.

set objtemp = Server.CreateObject("ADODB.RecordSet")
objtemp.Open "select id from category where id = "&catID&" ", conAdds

I omit all recordset object, then page runs correctly.
Can any body tell me what is the problem. Why not my that page running, because it was running correctly in past.

Thank
Burhan



 
Old October 29th, 2004, 08:29 PM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 363
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hi,

  You check with other page using recordset wheather facing the same problem or not. If so, problem with your createObject (adodb.recordset).


--------
Rajani


 
Old October 30th, 2004, 01:10 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Check out this link.

Err Msg: Error 'ASP 0115' Unexpected Error. A Trappable Error Occurred in an External Object

Cheers!

_________________________
- Vijay G
Strive for Perfection
 
Old October 30th, 2004, 06:59 AM
Authorized User
 
Join Date: Apr 2004
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Default

rajanikrishna: this error is only in that pages. At first this page was run correctly, but the next page (where form values send) have that problem.

Happygv: I already see that url. But i did not understand what is the means of "When you use the Web Administration tool to create an expiration policy" in that url. What means expiration policy?

Thanks For your answer
Burhan






Similar Threads
Thread Thread Starter Forum Replies Last Post
error occurred... craft Dreamweaver (all versions) 1 November 1st, 2008 04:31 AM
unexpected error has occurred tworkman BOOK: ASP.NET Website Programming Problem-Design-Solution 20 July 1st, 2007 09:49 PM
error:Exception occurred hastikeyvan Classic ASP Professional 1 September 13th, 2006 04:40 AM
Error Occurred creating Report Object: Object does sa_moizatyahoo Classic ASP Professional 0 February 1st, 2005 10:29 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.