Subject Inconsistent Behavior - ibSQL vs. tQuery
Author Jack Cane
Query text is:

SELECT pkOne
FROM tableONE
LEFT JOIN tableTWO 
ON fkONE=pkONE
WHERE colTwofmOne = 'someValue'

When I run this from the IboSqL interface, the result is correct, i.e., a record is returned when the 'where' condition is satisfied.

However,  the same query text against the same table row, using Delphi with tIboQuery, returns 0 records.

Any insights, ideas of what other IBO objects might be better, would be appreciated

Best,
jwc