Is that possible (Feature request)?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
AlexandreECAD
Posts: 40
Joined: Wed 30 Nov 2005 15:55
Location: Brazil

Is that possible (Feature request)?

Post by AlexandreECAD » Thu 24 May 2007 22:29

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

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 25 May 2007 08:31

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.

AlexandreECAD
Posts: 40
Joined: Wed 30 Nov 2005 15:55
Location: Brazil

DataSet Manager

Post by AlexandreECAD » Fri 25 May 2007 14:19

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

Post Reply