Hi
i'm trying to search the value in my following field. i don't know why it's giving me this error
without wildcard it's works fine but wd wildcard gives error
Unterminated string constant. ?
i'm trying to search the value in my following field. i don't know why it's giving me this error
Code:
select * FROM products WHERE (products.CatalogID='" & strCatalogID & "') AND (products.productDescc like '%"&styno&"%'") ")
Unterminated string constant. ?
Comment