hi,
i use sqlce and .net for pocketpc(symbol mc3000)

my code is
SQL_text = "WHERE product_name LIKE ‘%" &
Txtproductname.Text.Trim & "%’ "

and i have this error

[-->product.SQLDS<--]select * from product where product_name
like '%cd%'
system.Data.SqlServerCe.SqlCeException

whats wrong

thanks regards