Subject | RE: [IBO] IB_Query does not return full result set |
---|---|
Author | Cao Ancoinc |
Post date | 2005-12-21T08:42:04Z |
Thanks Jason / Dmitry
1) After FetchAll record not visible too? No
2) Try set Filter to locate this record... Havnt tried that yet
3) In query OnFilterRecord event are used? No
4) Check isolation level of transaction. tiCommitted
But even if a field was null surely the record should still be fetched?
Regards Cao
1) After FetchAll record not visible too? No
2) Try set Filter to locate this record... Havnt tried that yet
3) In query OnFilterRecord event are used? No
4) Check isolation level of transaction. tiCommitted
> Use the SQL Trace monitor to see exactly what query is being sent to theDone that I see nothing strange in the sql being sent to the server
> server.
>No this record has values in all relevant fields.
> Are you ordering by a column that perhaps this record has a null
> value for?
But even if a field was null surely the record should still be fetched?
Regards Cao