2006-06-14, 12:31 AM
I am hoping there is an SQL expert out there that can help me. I have a plug-in that runs SQL querries against the programme table to look up EPG information. I am using trying to use the regular expression syntax to allow remote control input to do text string look ups. Everything works finr when using Access but the querries don't work when using SQL Lite.
I am using something like this for the match text
WHERE (name LIKE '[8ÃÃÃÃtuvùúûü]%' OR name LIKE '% [8ÃÃÃÃtuvùúûü]%')
I would expect it to match name fields that, for example, have a word that start with t, u, or v. In Access it does; is SQL lite it does not.
Any ideas?
Thanks
Jeff
I am using something like this for the match text
WHERE (name LIKE '[8ÃÃÃÃtuvùúûü]%' OR name LIKE '% [8ÃÃÃÃtuvùúûü]%')
I would expect it to match name fields that, for example, have a word that start with t, u, or v. In Access it does; is SQL lite it does not.
Any ideas?
Thanks
Jeff