ODP.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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!
***************************
 
Back
Top