Results Page Error - Please Help

K

Kim F

I updated a frontpage registration form and database connections
through the backside code because my new machine doesn't have the
program. Through this I added two new fields to my form. My form
updates the database, but when I try to view the results page, I get
this error:

ADODB.Recordset error '800aOcc1'

Item cannot be found in the collection corresponding tot he requested
name or ordinal.

/_fpclass/fpdblib.inc,line 12


So, I went to the _fpclass/fpdblib.inc file and tried to decipher the
code. Does anyone know what I am doing wrong?

Thanks,
Kim F
 
S

Stefan B Rusynko

It is telling you your DB does not have the field names used in your form trying to update it
- download your DB & add the new fields, then upload your DB

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I updated a frontpage registration form and database connections
| through the backside code because my new machine doesn't have the
| program. Through this I added two new fields to my form. My form
| updates the database, but when I try to view the results page, I get
| this error:
|
| ADODB.Recordset error '800aOcc1'
|
| Item cannot be found in the collection corresponding tot he requested
| name or ordinal.
|
| /_fpclass/fpdblib.inc,line 12
|
|
| So, I went to the _fpclass/fpdblib.inc file and tried to decipher the
| code. Does anyone know what I am doing wrong?
|
| Thanks,
| Kim F
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top