>>WHERE   Alias = '%KeyWord%'
                OR Manufacturer = '%KeyWord%'
                OR ProductName LIKE  '%KeyWord%'

Shouldn't it be
WHERE   Alias = 'KeyWord'
                OR Manufacturer = 'KeyWord'
                OR ProductName LIKE  '%KeyWord%'

or
WHERE   Alias LIKE '%KeyWord%'
                OR Manufacturer LIKE '%KeyWord%'
                OR ProductName LIKE  '%KeyWord%'
?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Reply via email to