|
-
Apr 8th, 2007, 09:04 AM
#1
Thread Starter
New Member
bizarre results
i m using an adodb recordset to display values from an access table but it is giving inconsistent results.instead of going into eof processing if no match is foound it sometimes exits out of vb.(at the same data everytime)i was totally confused so i opened the data file and it does not go to eof.it exits out of access.i fust dont know the problem.is it a virus.is a corrupt datafile creating this problem.pl help.the datafile has 300 records.
thanks in advance.
-
Apr 8th, 2007, 09:23 AM
#2
Re: bizarre results
Would you please show us how you retrieve your data?
-
Apr 8th, 2007, 03:14 PM
#3
Hyperactive Member
Re: bizarre results
Try use the .movefirst method every time you want to verify if it is eof.
-
Apr 8th, 2007, 03:18 PM
#4
Re: bizarre results
I'm afraid that wouldn't be enough - we need to see what you do in details.
That is if you want some answers...
-
Apr 8th, 2007, 03:27 PM
#5
Hyperactive Member
Re: bizarre results
You should try, I got sometimes the same situation with ADODB.Recordset (it's basically the same object) and, since I've started to do that, i've never got "bizarre results". I hope it could result with you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|