Oscar
|
| Posted: 11/21/2006, 3:14 AM |
|
Hi everyone
I´m developing a web site built in ASP using codecharge3.0 and SqlServer2005
Web Site i´m trying to access returns me this error
ADODB.Recordset error '800a0e78'
The operation requested by the application is not allowed if the object is
closed..
C:\INETPUB\WWWROOT\JPT\OBRAS\..\Common.asp/Classes.asp, line 3319
If I try to access other webpages in the web site, i can load this webpages.
Line 3319 of classes.asp file is like : "If Not IsEmpty(mCountSQL) And
Len(CountSQL) = 0 And NOT DataSource.Recordset.EOF Then"
Can someone help me?.
|
|
|
 |
Greg Martin
|
| Posted: 11/21/2006, 11:38 AM |
|
This is a common problem in ASP with various reasons, from empty datasets to bad stored procedures.
Have a look at these pages to track it down
http://tutorials.aspfaq.com/8000xxxxx-errors/why-do-i-g...e78-errors.html
Hope this helps,
Greg
gmartin@microresource.co.uk
www.microresource.co.uk
|
|
|
 |
Oscar
|
| Posted: 11/23/2006, 4:41 AM |
|
yes
It could be an general error. But this error is giving by codecharge
automatically code. I dont write anything in this line, so i dont know what´s happen.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 11/23/2006, 9:25 AM |
|
This error means that something on your page is misconfigured. It could be anything, like wrong SQL, non-existing field name, etc.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|