473,396 Members | 2,121 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

ADODB.Recordset error '800a0cc1' Item cannot be found in the collection correspondin

1
hi i need help ? eroor line 14

Expand|Select|Wrap|Line Numbers
  1. <%
  2.     'Luach Vars
  3.     strSQL = "SELECT * FROM tblMetaTags WHERE LuachID = " & Session("LuachID")
  4.     Set rsConfig = NewRecordSet(strSQL)
  5.     If Not rsConfig.EOF Then
  6.     'General
  7.     LuachTitle = rsConfig("LuachTitle")
  8.     HeaderImage = rsConfig("Header")
  9.     SmallHeaderImage = rsConfig("SmallHeader")
  10.     NoPhotoImage = rsConfig("NoPhoto")
  11.     NoPhotoSmallImage = rsConfig("NoPhotoSmall")
  12.     'Built By
  13.     CopyRight = rsConfig("CopyRight")
  14.     BottomPage = rsConfig("BottomPage")
  15.     'Routes Private
  16.     Route1Title = rsConfig("Route1Title")
  17.     Route1Price = rsConfig("Route1Price")
  18.     Route1Photo = rsConfig("Route1Photo")
  19.     Route1AutoApprove = rsConfig("Route1AutoApprove")
  20.     Route2Title = rsConfig("Route2Title")
  21.     Route2Price = rsConfig("Route2Price")
  22.     Route2Photo = rsConfig("Route2Photo")
  23.     Route2AutoApprove = rsConfig("Route2AutoApprove")
  24.     Route3Title = rsConfig("Route3Title")
  25.     Route3Price = rsConfig("Route3Price")
  26.     Route3Photo = rsConfig("Route3Photo")
  27.     Route3AutoApprove = rsConfig("Route3AutoApprove")
  28.     'Routes Business
  29.     Route1TitleBusiness = rsConfig("Route1TitleBusiness")
  30.     Route1PriceBusiness = rsConfig("Route1PriceBusiness")
  31.     Route1PhotoBusiness = rsConfig("Route1PhotoBusiness")
  32.     Route1AutoApproveBusiness = rsConfig("Route1AutoApproveBusiness")
  33.     Route2TitleBusiness = rsConfig("Route2TitleBusiness")
  34.     Route2PriceBusiness = rsConfig("Route2PriceBusiness")
  35.     Route2PhotoBusiness = rsConfig("Route2PhotoBusiness")
  36.     Route2AutoApproveBusiness = rsConfig("Route2AutoApproveBusiness")
  37.     Route3TitleBusiness = rsConfig("Route3TitleBusiness")
  38.     Route3PriceBusiness = rsConfig("Route3PriceBusiness")
  39.     Route3PhotoBusiness = rsConfig("Route3PhotoBusiness")
  40.     Route3AutoApproveBusiness = rsConfig("Route3AutoApproveBusiness")
  41.     End If
  42.     rsConfig.Close
  43.     Set rsConfig = Nothing
Mar 22 '15 #1
1 2418
Rabbit
12,516 Expert Mod 8TB
Please use code tags when posting code or formatted data.

It's saying there's nothing in the record set named BottomPage
Mar 22 '15 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: ching | last post by:
Hi I've seen many posting in the web on the similar problem I encountered below, but I still couldn't find any solution to it. I built an ASP.NET application, which is migrated from ASP. the...
2
by: RBohannon | last post by:
I had some help on this one earlier, but I'm still having a bit of trouble. I'm sure it's something simple that I just don't know. I'm using Access2000. I have one table with employee salary...
2
by: Lee Stafford via AccessMonster.com | last post by:
I get this error message when I type in a new value. The code behind this combo box is: Private Sub City_NotInList(NewData As String, Response As Integer) Response = Append2Table(Me!,...
1
by: DragonFields | last post by:
I'm hoping someone can help me. I keep receiving the ADODB.Command error '800a0cc1' error (Item cannot be found in the collection corresponding to the requested name or ordinal.) I found a couple...
4
nitindel
by: nitindel | last post by:
Hi All, I am using DbCom Handler for my DataBase Connectivity. But the Query is not firing i.e recordset is not getting populated... it is Showing the error as follows: ...
2
by: marcohod | last post by:
Hi, I'm using ADO 2.8 in VB6 to use an SQL Server 2000 database. This works: Dim MyRS2 As New ADODB.Recordset MySQL = "Select * from table1" MyRS2.Open MySQL, sqlConnection,...
5
by: MartyC | last post by:
When using the inbuilt Perfomance Analyser and selecting 'Cuurent Database' and 'Relationships' I receive an error message 'Item not found in this collection'. I have trawled through the...
16
by: zandiT | last post by:
hello i'm using the microsoft audit trail example ACC2000: How to Create an Audit Trail of Record Changes in a Form and im having a problem with my recordset. in the example they are using a...
11
by: AndyB2 | last post by:
VBA for Access attempting to read from one table and write summary data to the next. Private Sub SummaryButton_Click() Dim CurrQuality As Long Dim CurrHour As Date Dim CurrProd As Long Dim...
0
by: Haldan42 | last post by:
Hi I am suddenly getting this message: ADODB.Recordset error '800a0bb9' Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.