TableName not populating

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Karen

TableName not populating

Post by Karen » Fri 22 Jul 2005 21:27

We are moving our application from BDE to ODAC for Delphi 2005. The problem we are having is that we are not able to select table name from dropdown which belong to other schema, other than the one used for login while using TOraTable.
And also we are losing Schema names on some tables, when we try to open in application. We have to code table name in application.
like TOraTable1.TableName='aa.xxxx' to fix problem.

Any ideas.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Wed 27 Jul 2005 11:15

In design-time you can invoke OraTable editor with double click on TOraTable component. There you need to check "All" checkbox to access all Oracle schemas.
As to your second problem - I couldn't reproduce it, please describe it more detailed.

Post Reply