I notice that people write logn scripts with the find method of the recordset object. Isn't it better to filter with a WHERE clause in the query and test login with value of myRecordSet.eof?
My assumption is that the find method of the recordset object is scrolling throug all the record, which takes longer than sql filtering.
Is my thinking correct on this one?
Is there some advatage to the find method that I am not considering?
Andy
My assumption is that the find method of the recordset object is scrolling throug all the record, which takes longer than sql filtering.
Is my thinking correct on this one?
Is there some advatage to the find method that I am not considering?
Andy