Hello All,
I'm converting a C++ builder app to .NET using C#. In my login screen before
I display it I retrieve a server list to populate a combo box. In the current
app it uses ODAC's method GetServerList() to retrieve this list. Is their
something similar in ODP.NET? If not how can I accomplish this in the .NET
framework?

Thanks In Advance,
ALR

RE: ODP.NET by NoSpamMgbworld

NoSpamMgbworld
Thu Nov 04 09:52:22 CST 2004

I am not sure about ODP.NET, as it is an Oracle piece of software. I have
used it rather extensively for data access, but have not checked to see if it
includes any management objects. I would consult the Oracle TechNet site
(http:otn.oracle.com).

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************

"see-sharp-newbie" wrote:

> Hello All,
> I'm converting a C++ builder app to .NET using C#. In my login screen before
> I display it I retrieve a server list to populate a combo box. In the current
> app it uses ODAC's method GetServerList() to retrieve this list. Is their
> something similar in ODP.NET? If not how can I accomplish this in the .NET
> framework?
>
> Thanks In Advance,
> ALR