rrkon99
11 years agoNew Member
TestComplete: Connected to database but only able to access to some tables
hi,
The datatbase is oracle. I was able to access database. I was also able to run a small query_A from Table_A (Query_A ).
Query_A: select * from Table_A where rownum < 2.
Query_A runs correctly retrieves the data- NO ISSUE.
Issue:
When I tried to connect to another table Table_B, it is not able to connect. It is getting blocked at rs.MoveFirst() (rs is resultSet object) .
Query_B: select * from Table_B where rownum < 2.
output : undefined
I did enable to log: Log.CallStackSettings.EnableStackOnError = true;
Thanks in adv.
RK
The datatbase is oracle. I was able to access database. I was also able to run a small query_A from Table_A (Query_A ).
Query_A: select * from Table_A where rownum < 2.
Query_A runs correctly retrieves the data- NO ISSUE.
Issue:
When I tried to connect to another table Table_B, it is not able to connect. It is getting blocked at rs.MoveFirst() (rs is resultSet object) .
Query_B: select * from Table_B where rownum < 2.
output : undefined
I did enable to log: Log.CallStackSettings.EnableStackOnError = true;
Thanks in adv.
RK