mjassalina
Programmer
Cannot perform 'like' operation on system.double and system.string
Hi, Im experiencing this error, Can anyone help me regarding this?
Here's the code:
LstTableBindingSource.Filter = "(Convert([Defect ID], 'System.String') LIKE '" & txtSearch.Text & "')" &
"OR (Sen LIKE '" & txtSearch.Text & "')"
Thank you.
Hi, Im experiencing this error, Can anyone help me regarding this?
Here's the code:
LstTableBindingSource.Filter = "(Convert([Defect ID], 'System.String') LIKE '" & txtSearch.Text & "')" &
"OR (Sen LIKE '" & txtSearch.Text & "')"
Thank you.