Subject | RE: [IBO] IB_Query does not return full result set |
---|---|
Author | Cao Ancoinc |
Post date | 2005-12-21T09:39:02Z |
Hi All
It seems that I have an index problem
Select * from Ostrip where DepotId='23' and InvNo='5016308' returns null
however
Select * from Ostrip where DepotId='23' and PrnId='20' and InvNo='5016308'
returns the record
and
Select * from Ostrip where InvNo='5016308' returns the record
All queries should have returned at least the the same record
Thanks for the help
Cao
It seems that I have an index problem
Select * from Ostrip where DepotId='23' and InvNo='5016308' returns null
however
Select * from Ostrip where DepotId='23' and PrnId='20' and InvNo='5016308'
returns the record
and
Select * from Ostrip where InvNo='5016308' returns the record
All queries should have returned at least the the same record
Thanks for the help
Cao