Ok, everything is working just fine now (I had to use IPC [inter-process communication] to get it working, but it does work fine now). My next question now is: the memberof property. It has many entries because a user can be in many groups. Whenever I query for the memberof property, I only...
I "got it working"... I am trying to put this code into an interface that I am writing for a 3rd party application. I tested this code in a stand alone EXE and it works. It continues to not work in the 3rd pary app. I will continue with their support. Thanks for your help.
Yes, that was an invalid comment...
I still cant get it to work... here is the function in its entirety:
#include "stdafx.h"
#include <stdio.h>
#include <Iads.h>
#include <Adshlp.h>
#include <activeds.h>
#include <comdef.h>
extern "C" {
#include "UtilityFunctions.h"
}
#ifndef __IID_DEFINED__...
All,
I am having a problem getting attributes of a user out of active directory. When I execute my query, I get a profile back (mine), and it tells me the attribute that I queried for, but the value is always null. Any ideas as to why this is?
// Open a connection with server.
hr =...
I have a class that is using a managed object to get information from a database. Specifically OracleClient and DataTables/DataRows. I am able to get the information through this class ok, but I must pass it back to a C application that has an unmanaged C++ interface between the two.
Long...
Can any one recommend a way to connect to an oracle database? I am looking around and am banging my head against a wall trying to find something that works well. Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.