After updating to ODAC 10 where do I find TOraServerEnumerator

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jfudickar
Posts: 202
Joined: Fri 10 Mar 2006 13:03
Location: Oberursel / Germany

After updating to ODAC 10 where do I find TOraServerEnumerator

Post by jfudickar » Fri 30 Mar 2018 11:02

Hi,

I'm new on ODAC 10.

Now my old code is no longer working because the TOraServerEnumerator is unknown.

In ODAC 9 it was in the OraServices.pas.

There is no reference in the help files and I have no source code.

Any help would be welcome.

Kind regards
Jens

AdamKG
Posts: 18
Joined: Fri 13 Nov 2009 10:32

Re: After updating to ODAC 10 where do I find TOraServerEnumerator

Post by AdamKG » Fri 30 Mar 2018 12:36

Hi,

check OraServerEnumerator unit.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: After updating to ODAC 10 where do I find TOraServerEnumerator

Post by MaximG » Mon 02 Apr 2018 06:59

The TOraServerEnumerator class is declared in the OraServerEnumerator unit

jfudickar
Posts: 202
Joined: Fri 10 Mar 2006 13:03
Location: Oberursel / Germany

Re: After updating to ODAC 10 where do I find TOraServerEnumerator

Post by jfudickar » Mon 02 Apr 2018 13:04

Hi Both of you:-)

Yes this solves the problem.

Would be nice if such classes are documented in the helpfile.

Regards
Jens

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: After updating to ODAC 10 where do I find TOraServerEnumerator

Post by MaximG » Tue 03 Apr 2018 14:29

TOraServerEnumerator is a class for our internal use. Therefore, there is usually no description of such classes in our documentation. We will consider the possibility of adding the information you are interested to the documentation in one of the future builds of our product

Post Reply