Query Designer (and Wizard) shows all SECONDARY tables in the scheme as well.
Hi,
When I use your example provided in the "C:\Program
Files\Borland\Delphi7\RBuilder\Demos\4. EndUser Databases\Oracle 8\1. BDE"
Query Designer and Query Wizard offer all primary tables as well as
secondary tables for selection from the schema.
All I changed in the provided example was the following:
1. My server name, user name and password in the TDatabase component
2. TDatabase.DatabaseName on the name of my databsebase.
3. Changed DatabaseName and TableName for all TTables components for the
ones used in my application
How can I force them to show only primary tables for selection?
When I use your example provided in the "C:\Program
Files\Borland\Delphi7\RBuilder\Demos\4. EndUser Databases\Oracle 8\1. BDE"
Query Designer and Query Wizard offer all primary tables as well as
secondary tables for selection from the schema.
All I changed in the provided example was the following:
1. My server name, user name and password in the TDatabase component
2. TDatabase.DatabaseName on the name of my databsebase.
3. Changed DatabaseName and TableName for all TTables components for the
ones used in my application
How can I force them to show only primary tables for selection?
This discussion has been closed.
Comments
Try using the Data Dictionary to filter the tables you want to see in the
selection. The Data Dictionary is already included in the demo you are
using, you just need to activate it. Instructions on doing so are available
in the Readme.doc included with the demo as well as in the ReportBuilder
Developer's Guide.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com