Current location: Hot Scripts Forums » Programming Languages » ASP » Error 800a0cc1


Error 800a0cc1

Reply
  #1 (permalink)  
Old 06-18-03, 11:25 PM
bonnie bonnie is offline
Newbie Coder
 
Join Date: Jun 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy Error 800a0cc1

There is an error 800a0cc1 in my asp page. What does it mean??

And also I want to know..is there any constraint for the "response.redirect"???? Does it support any file type, say for example html, pdf, excel etc??? And is it related with this error 800a0cc1???
Reply With Quote
  #2 (permalink)  
Old 06-19-03, 02:13 AM
Stealth Stealth is offline
1337 pr0gr4mm3r
 
Join Date: Jun 2003
Location: Glasgow, Scotland
Posts: 188
Thanks: 0
Thanked 0 Times in 0 Posts
i believe ...

ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.

Meaning that you are trying to access a table which doesnt exist. Possibly due to a spelling mistake in your coding.


With response.redirect you can link to any file but chances are the file will try to be downloaded
Reply With Quote
  #3 (permalink)  
Old 06-19-03, 03:44 AM
bonnie bonnie is offline
Newbie Coder
 
Join Date: Jun 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy

But all the spellings are correct....
Reply With Quote
  #4 (permalink)  
Old 06-19-03, 09:27 AM
Shane Shane is offline
Coding Addict
 
Join Date: Jun 2003
Location: Maryland, US
Posts: 268
Thanks: 0
Thanked 0 Times in 0 Posts
Can you post some code?
__________________
Shane Bauer
Microsoft Certified Professional (MCP) - ASP.NET
ASP/ASP.net, C#, VB/VB.NET, PHP, Perl, SQL
Reply With Quote
  #5 (permalink)  
Old 06-20-03, 07:50 PM
Gurrutello Gurrutello is offline
Newbie Coder
 
Join Date: Jun 2003
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
hello
tray adding
if yourrecordset.eof then
response.write"no items to show"
else
' the rest of your conection script
'......................
'......................
'......................
'......................
'......................
'......................
end if


eof means that the recordset does not exist then shows the response.write
if the recordset exist shows the result
saludos
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT -5. The time now is 03:59 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.