I followed the "Writing an Application" walk-through provided in the Wrox
Book, Beginning Active Server Pages 3.0 and succeeded without any problems.
I am now trying to use what I have learned to develop my own application.
Using the walk-through as a definitive guide, I modified the Default.asp,
Register.asp, AddUser.asp, Clssfd.asp and MenuForRegisteredUsers.asp to
match my prepared database. However, when running the code, I get the
following error:
__________________________________________________________________________
error:
Error Type:
ADODB.Recordset (0x800A0BCD)
Either BOF or EOF is True, or the current record has been deleted. Requested
operation requires a current record.
/CareerPlanner/Registration/AddUser.asp, line 21
__________________________________________________________________________
I am dumbfounded (and often just dumb) because I am trying to insert a
record so whether the database is populated or not should not be of
consequence.
Can someone help?
Jon