|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
ADO Error
Hi I am getting the following error when I am running my dll accessing the record from the database. What's the reason and where should be the problem?
""Unknown error 0x800A0BCD" Description Either BOF or EOF is True, or the current record has been deleted; the operation requested by the application requires a current record."" thankx in advance |
|
#2
|
|||
|
|||
|
You're going to have to provide a little more data than that. There are literally hundreds of things it could be based on the data you provided.
dot |
|
#3
|
|||
|
|||
|
Ok. Actually what I am doing is, I am executing a query which talks to my component to generate a data sheet based on the result getting from the database. My component is designed in such a way that it will pick the registry value for the current date, run it on a daily basis and generate the data sheet. I just re-set my registry value in to previous year and re-started my component. From that point I am getting this error. Is it a problem since i changed my registry value?
|
|
#4
|
|||
|
|||
|
Sorry. Still can't help, but you can:
1. Check the query to make sure you're actually returning data e.g. while not recordset.eof, etc. 2. If you're doing an update make sure you have the correct cursor type *especially* if you do a query that returns multiple rows. etc, etc, etc. It could still be a million things. Without the code there's not much chance that anyone will fix this one for you. dot |
|
#5
|
|||
|
|||
|
Hi,
Just an update. I just checked the database. I am executing three queries on that try catch block. And for the first query it's retuning none and for the second and third quries are returning NULL values. Is this info is valuable to dig?? |
|
#6
|
|||
|
|||
|
I believe you'd experience a BOF/EOF in all 3 cases, but don't quote me.
dot |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > ADO Error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|