Forums

This topic is locked

i got this error message-ADODB.Fields (0x800A0CC1)

Posted 24 Jul 2003 08:00:49
1
has voted
24 Jul 2003 08:00:49 zoe z posted:
hi guys,i got this error message->
Error Type:
ADODB.Fields (0x800A0CC1)
Item cannot be found in the collection corresponding to the requested name or ordinal.
/mywedding/peniaga/update Pendaftaran Perniagaan.asp, line 87
when trying to open an update profile page.The page displays all the user's informations so it just retrieves the infos from the database.It supposed to work well so the error message kinda confusing.What is the problem?Can somebody please explain the error message to me.please.

Replies

Replied 05 Aug 2003 12:58:57
05 Aug 2003 12:58:57 kirsty burgoine replied:
ADODB.Recordset (0x800A0CC1)
Item cannot be found in the collection corresponding to the requested name or ordinal.
This like the error above is a recordset error. You have tried requesting a field from the recordset that does not exist.

Check when you are reading in the field from the recordset into a variable or to display in a web page that you have spelt the field name correctly and that the field exists in the database.

I got this info from:

www.webwizguide.com/asp/faq/access_database_faq.asp

as I had the same problem and it had turned I'd just misspelled something.

I hope this helpful.

Reply to this topic