<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : ADODB.Recordset error</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : ADODB.Recordset error]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 11:30:31 +0000</pubDate>
  <lastBuildDate>Wed, 14 Jan 2004 10:15:09 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=8869</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[ADODB.Recordset error : Thanks for that. I must be having...]]></title>
   <link>https://forums.webwiz.net/adodb-recordset-error_topic8869_post46843.html#46843</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9513">wgbeatty</a><br /><strong>Subject:</strong> 8869<br /><strong>Posted:</strong> 14&nbsp;January&nbsp;2004 at 10:15am<br /><br /><P>Thanks for that. I must be having upload problems from here, cause I did wipe everything out and then run the setup file. I'll investigate today and see if all the correct SP's are there.</P><P>Warren</P>]]>
   </description>
   <pubDate>Wed, 14 Jan 2004 10:15:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/adodb-recordset-error_topic8869_post46843.html#46843</guid>
  </item> 
  <item>
   <title><![CDATA[ADODB.Recordset error : This is a problem with the stored...]]></title>
   <link>https://forums.webwiz.net/adodb-recordset-error_topic8869_post46798.html#46798</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 8869<br /><strong>Posted:</strong> 14&nbsp;January&nbsp;2004 at 6:01am<br /><br />This is a problem with the stored procedures not returning all the correct fields.<br><br>If you are updating from a previous version check old upgrade posts for the correct stored procedure.<br><br>If this is a clean install, start again and delete the database and stored procedures and run the setup file.<br>]]>
   </description>
   <pubDate>Wed, 14 Jan 2004 06:01:48 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/adodb-recordset-error_topic8869_post46798.html#46798</guid>
  </item> 
  <item>
   <title><![CDATA[ADODB.Recordset error : Hmm. Removed the offending line...]]></title>
   <link>https://forums.webwiz.net/adodb-recordset-error_topic8869_post46733.html#46733</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9513">wgbeatty</a><br /><strong>Subject:</strong> 8869<br /><strong>Posted:</strong> 13&nbsp;January&nbsp;2004 at 9:35pm<br /><br /><P>Hmm.</P><P>Removed the offending line for kicks, and somehow it worked. I was able to view posts in all forums. Strange - strange to me cause I'm not exactly sure what's going on. I do alot of guess work, and pretty much have a basic knowledge at that of VB/ASP/SQL etc.</P><P>If anyone has any ideas I'm all ears (or eyes).</P><P>Regards,</P><P>Warren</P>]]>
   </description>
   <pubDate>Tue, 13 Jan 2004 21:35:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/adodb-recordset-error_topic8869_post46733.html#46733</guid>
  </item> 
  <item>
   <title><![CDATA[ADODB.Recordset error : Hey all, Just encountered this...]]></title>
   <link>https://forums.webwiz.net/adodb-recordset-error_topic8869_post46715.html#46715</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9513">wgbeatty</a><br /><strong>Subject:</strong> 8869<br /><strong>Posted:</strong> 13&nbsp;January&nbsp;2004 at 6:15pm<br /><br /><P>Hey all,</P><P>Just encountered this error while trying to view a forum with posts:</P><P>ADODB.Recordset<FONT face="Times New Roman" size=3> </FONT><FONT face=Arial size=2>error '800a0cc1'</FONT><FONT face="Times New Roman" size=3> </FONT></P><P><FONT face=Arial size=2>Item cannot be found in the collection corresponding to the requested name or ordinal.</FONT> <P><FONT face=Arial size=2>/forum/forum_topics.asp</FONT><FONT face=Arial size=2>, line 424</FONT></P><P>This is the code around that line number:</P><P>'Read in the subject and author and number of replies from the record set<BR>&nbsp;&nbsp;&nbsp;strTopicStartUsername = rsTopic("Username")<BR>&nbsp;&nbsp;&nbsp;strFirstPostMsg = Mid(rsTopic("Message"), 1, 275)<BR>&nbsp;&nbsp;&nbsp;lngTopicStartUserID = CLng(rsTopic("Author_ID"))<BR>&nbsp;&nbsp;&nbsp;lngNumberOfReplies = CLng((rsTopic.RecordCount) - 1)<BR>&nbsp;&nbsp;&nbsp;dtmFirstEntryDate = CDate(rsTopic("Message_date"))</P><P>Apparently, it's this line:<BR>strFirstPostMsg = Mid(rsTopic("Message"), 1, 275)</P><P>Any ideas? I just did a fresh install of 7.7 today for SQL Server and hadn't noticed any other problems until I posted in a forum, then tried viewing that forum to see the post.</P><P>Warren</P><span style="font-size:10px"><br /><br />Edited by wgbeatty</span>]]>
   </description>
   <pubDate>Tue, 13 Jan 2004 18:15:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/adodb-recordset-error_topic8869_post46715.html#46715</guid>
  </item> 
 </channel>
</rss>