rdoResultset.FindByValues was called specifying DBSEEK_PARTIALEQ on a non-string column. DBSEEK_PARTIALEQ works only on columns that contain string data.
To avoid this error, use only DBSEEK_PARTIALEQ on string-based columns. Also, this method is valid only when called by a data source control.
This message is applicable to developers creating third-party bound controls.