I am using DOA and ReportBuilder to create an end-user reporting app. The problem I am having is that ReportBuilder creates TOracleDataSet components behind the scenes and it appears that when this is done the QueryAllRecords property is set to True by default. This causes my reports to...
Is is possible to do a query that gets data from two different instances using DOA but without setting up a dblink? Essentially, I would like to be able to use a single query of data dictionary views to compare the structure of different instances. Can this be done or would I have to query one...
I am implementing a schema browser and am getting information from the dictionary views such as user_tables. I then put this in a list and let the user select a table. Once I've selected a table, what would be the best way to retrieve the column definitions for that table? Is there another...