[thelist] Re: SQL Problem

Steve Cook steve.cook at evitbe.com
Mon May 7 05:46:52 CDT 2001


> I get the following error:
> ADODB.Field error '800a0bcd'
> 
> Either BOF or EOF is True, or the current record has been 
> deleted; the 
> operation requested by the application requires a current record.
> 
> at line "Set Rs38=..."
> 
> Does anyone have a clue of what this error is, and what I 
> have done wrong?

Well, put simply, you're not getting a result returned from the query Rs38.
Have you tried running this query directly against your database, with the
parameters you are using when you try your script? It may be that there's no
result for that particular query. Somewhat difficult to say without seeing
your database as well.

<tip type="debugging">
When debugging code, break the problem down into the smallest amount of info
possible. If you're getting an error on Line 402, comment out extraenous
code around it to concentrate on where the action is.
</tip>

.steve




More information about the thelist mailing list