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

Re: Results Page Error - Please Help by Stefan

Stefan
Tue Mar 11 03:10:33 CDT 2008

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!" (-;
_____________________________________________


"Kim F" <kforgey@usd261.com> wrote in message news:965f53f7-c76a-42cf-884d-94232c58ae6f@n77g2000hse.googlegroups.com...
|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