Partial equality requires string column (Error 40013)

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.