Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kxfan
  • Order by date
  1. kxfan

    ADO resultset returns an EOF when called as a procedure...

    Almost. objRS.RecordCount leaves the pointer at the first record (not the last record or EOF), objRS.movenext then moves it from the first record to EOF. If you have a look at the output above, EOF is false immediatly after the RecordCount test and TRUE after movenext. By printing my data out...
  2. kxfan

    ADO resultset returns an EOF when called as a procedure...

    Have a very similar situation. MoveNext always seems to go to EOF. I've been able to reproduce the problem on winxp and win2k. Windows Script Host version 5.6 This is an LDAP query returning a recordset. Code excerpt from...

Part and Inventory Search

Back
Top