Im getting back too many rows in my SQL query.
in the following code
lookAt="title"
and
lookFor="asst mgr"
recEmps.Open "Select * from employee where (" & lookAt & " = '" & lookFor & "')", conPool, adOpenStatic, adLockOptimistic
im getting back rows where title="mgr"
am i doin something wrong or is this a natural SQL thing to search the string for an occurance of a string and not do a tru compare?
in the following code
lookAt="title"
and
lookFor="asst mgr"
recEmps.Open "Select * from employee where (" & lookAt & " = '" & lookFor & "')", conPool, adOpenStatic, adLockOptimistic
im getting back rows where title="mgr"
am i doin something wrong or is this a natural SQL thing to search the string for an occurance of a string and not do a tru compare?