i'm currently using vb with oracle as backend.
can u help me to sort out wat's the prob can be tht error 3021 is coming.
Four answers:
rod
2008-01-06 16:15:45 UTC
Error 3021 is almost always a BOF or EOF error. (Beginning or End Of File) What that usually means is you have a loop that is checking for rows in your database. It's trying to read a record that isn't there.
For example, if you have 10 rows in your database, it would work fine until it tries to read the 11th record. Then it throws the 3021.
Make sure your code properly reads the correct count of rows in your database, and that you have some error checking that exits the process cleanly instead of throwing the error.
Katherin
2015-08-24 18:49:05 UTC
This Site Might Help You.
RE:
To solve Vb runtime error :3021?
i'm currently using vb with oracle as backend.
can u help me to sort out wat's the prob can be tht error 3021 is coming.
anonymous
2016-03-19 09:52:06 UTC
a make sure windows is up to date it may be that you need to update runtime, b there maybe a program that tries to start, at start up but has some of its files delete corrupt If so go to start type in msconfig click on the first entry then navigate to STARUP you can safely un-select every thing but >Microsoft windows operating system The best thing would be to grab as much info you can get, as to what program is causing the issue then just un-select it . and also delete it/ uninstall it
?
2016-10-18 03:24:06 UTC
Run Time Error 3021
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.