|
-
August 23rd, 2006, 08:15 AM
#1
ADO version
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|