Hi,

I use ADO to execute some SQL statements in my C++ code. Our test machines are windows NT. One of the NT machines is not starting our application and the error I see in the log file is Error = [COM ERROR = []. hr=[0x80004003]. ADO Version = [2.1]]..

Looks like the ADO version I have on that box is choking with the ADO statement I have.

EAdoConnection conn;
class ECmdGetConfigs : public EAdoCommand{...}
ECmdGetConfigs adoCmd(&conn);

How do I know what version is installed on that box. Which version do I need to upgrade to and how do I do that.

Any kind of help is appreciated.
Thanks,
Gurupot.