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.