In DAO I use:
Do I need the movelast/first when I do it with a dynamic rs in ADO?
Oh and how will it respond when the rs is empty, or when invalid? is it 0 in both cases or -1? don't suppose it matters, i can check for <1.
Code:
rs.movelast:rs.movefirst
icount=rs.recordcount
Oh and how will it respond when the rs is empty, or when invalid? is it 0 in both cases or -1? don't suppose it matters, i can check for <1.