How to do VBA -> LDAP -> OIM -> Oracle?

jasmith4

Active Member
Joined
May 16, 2008
Messages
337
I have several spreadsheet/VBA applications that interface with Oracle databases. Up to now we've been using ODBC (via Excel queries), DAO (via the DAO360.dll library) and ADO (MSADOnn.tlb) to get to them using a connection string that names the Oracle database server, the userID and the password. The oracle clients and databases are fine, and everything works.

But now we're told we have to use LDAP for better security, which means users have to log in with their company intranet IDs to get to the Oracle databases via Oracle Identity Management (OIM), something that the DBAs will set up at some point. And we developers have to scrap all the ODBC/DAO/ADO code and use LDAP/OIM code. Therefore:

1. What object/type library do I need to reference, in place of DAO360.dll or MSADOnn.tlb, to use LDAP and OIM?
2. Is there any reference out there to that library?
3. Does anyone have any sample code?

Thanks!

Cross-Posted:
http://www.mrexcel.com/forum/microsoft-access/658886-how-do-visual-basic-applications-ldpa-oim-oracle.html
http://www.mrexcel.com/forum/micros...isual-basic-applications-ldpa-oim-oracle.html
http://www.mrexcel.com/forum/general-excel-discussion-other-questions/658887-how-do-visual-basic-applications-ldap-oim-oracle.html</SPAN>
</SPAN>
 
Last edited by a moderator:

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.

Forum statistics

Threads
1,215,069
Messages
6,122,954
Members
449,095
Latest member
nmaske

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top