Page 1 of 1

TableName not populating

Posted: Fri 22 Jul 2005 21:27
by Karen
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.

Posted: Wed 27 Jul 2005 11:15
by Alex
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.