Page 1 of 1

Is that possible (Feature request)?

Posted: Thu 24 May 2007 22:29
by AlexandreECAD
When we add a TADOConnection or TSQLConnection or TDatabase in the form

And then add Querys or Datasets to these connections, in the Structure panel of BDS2006 we can see they in Tree form like this:

TDatabase1
L TQuery1
L TTable1

TDatabase2
L TQuery1
L TTable2


But ODAC components show all them separeted

TOraSession1
TOraSession2
TOraQuery1
TOraQuery2
TOraTable2

If our form has only one OraSession its no problem, but when we have more than one, this feature would help a lot. :roll:

Keep the good work.
Alexandre

Posted: Fri 25 May 2007 08:31
by Plash
We can not change the way that the Structure window displays ODAC components because this can be made only by changes in the Structure window code.
But the feature that you request, is supported by Core Lab DataSet Manager that is installed with ODAC 6. If you have ODAC 6 Professional or Trial Edition, select Tools | DataSet Manager in the Delphi menu to open the DataSet Manager window.

DataSet Manager

Posted: Fri 25 May 2007 14:19
by AlexandreECAD
I wanst using DM because the size of my project and my system specs, but now I've changed my machine and I'll start using it again.

Thanks, I'll create an entry in QualityCentral. :P