Hello,
I have a windows server running SQL EXPRESS 2012 and I need to retrieve some data from an external server that uses LDAP.
Normally I'm able to query this server using LDP.exe and it shows the version as:
vendorname: Oracle Corporation;
vendorversion: Sun-Directory-Server/11.1.1.5.0;
I have found some examples on how to connect the SQL instance to a Microsoft Active Directory Server and make queries in a SQL-like way, and I was wondering if there is any connector that will allow me to do the same with an ODSEE LDAP server.
Thanks in advance.