Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: Why NCOCI cannot display the content of any USER_* and ALL_* views ?
Why NCOCI cannot display the content of any USER_* and ALL_* views ?
Posted: 2000/05/03 05:39
 
Hi all !

I need to query user_tab_columns views from within my delphi code. I found out that NCOCI8 return no record at all (RecordCount=0) ! Which is impossible, since
I already check my sql at SQL Plus and work fine there.
Soon I found out that the same result happen to all USER_* and ALL_* views. And that's happen to all oracle schema !
Can anybody tell me what to do ?
RE: Why NCOCI cannot display the content of any USER_* and ALL_* views ?
Posted: 2000/05/03 19:14
 
Hi !

What version of NCOCI8 you have tried ? Also, You find that behavior, using DBGrid, or only pascal code, in that RecordCound was = 0 ? RecordCound by default shows the number of records, that are fetched to client. You can change this mode, using property RecordCountMode.