Soldato
- Joined
- 18 Oct 2002
- Posts
- 16,036
- Location
- The land of milk & beans
WTF??? This has been annoying me for a couple of hours now as there is absolutely no logic behind this.
here's the query...
it works like a charm in Access Query editor, but when i try to use it through ADO, i get 0 rows returned.
Has anyone had this before?
God I wish they'd bought some SQL hosting!
here's the query...
Code:
SELECT Products.ProductID, Products.Name, Products.Description, Products.Cost, Categories.Rank FROM Products INNER JOIN Categories ON Products.CategoryID = Categories.CategoryID WHERE Products.Name LIKE '*gloves*' OR Products.Description LIKE '*gloves*' ORDER BY Categories.Rank;
Has anyone had this before?
God I wish they'd bought some SQL hosting!