How to check the cursor is now pointing to the first record?
Other than using :
rs.MovePrevious
if rs.bof then
'do something
end if
I would like to know is there any alternative methods
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
|
Click Here to Expand Forum to Full Width |