Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


Jdiener

2 posts

Wannabe Geek


#12077 27-Feb-2007 03:42
Send private message

hi
this is my problem

ADODB.Field (0x800A0BCD) Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

im trying to run a recordset, it should check the username in a database and then pull the user`s fullname from thr record and place it in a textbox on my page,

i have checked with dreamweaver`s help function, i even went and bought the dreamweaver 8 bible, i do every thing they do but still nothing.

pleaze help


Create new topic
asianbro
47 posts

Geek


  #62092 27-Feb-2007 08:06
Send private message

Any code snippet?

The error usually means what it says, may be your query is incorrect and hence no record is returned. And when you're trying to pull a value from an empty (EOF) recordset, that error pops up.


You should check the state of the recordset before pulling values from it, e.g.:

' If recordset is not EOF
If Not rec.EOF Then
  ' Do something here
End If

Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.