Results Page Error - Please Help

  • Thread starter Thread starter Kim F
  • Start date Start date
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
 
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
 
Back
Top