Re: MDAC version issue
From: Jerry Pisk (jerryiii_at_hotmail.com)
Date: 03/25/04
- Previous message: Jerry Pisk: "Re: command.execute"
- In reply to: Sai: "MDAC version issue"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 25 Mar 2004 12:27:31 -0800
Don't import msado15.dll but rather msadoXX.tlb where XX is the version of
ADO (MDAC) you want to compile against. In your case you would use #import
<msado25.tlb>
Jerry
"Sai" <anonymous@discussions.microsoft.com> wrote in message
news:A23CACCF-31D2-4314-882A-521C5F16B743@microsoft.com...
> I have MDAC version 2.5 SP3 installed on my machine and several other
machines.
>
> However our build machine has MDAC 2.7 SP1 installed on it.
>
> We have a program developed using c++ which uses
c:\programfiles\commonfiles\microsoft shared\ado\msado15.dll
>
> When I compile and link this c++ program on my machine(MDAC 2.5 sp3) and
run it on my machine or several other machines, the program runs fine.
>
> However when I compile and link this c++ program on our build machine(MDAC
2.7 sp1), this program does not run on mine(MDAC 2.5 sp3) and other
machines(MDAC 2.5 sp3).
>
> What could be the problem here?
> How should I install the MDAC 2.5sp3 on the build machine?
> Thanks
> sai
>
- Previous message: Jerry Pisk: "Re: command.execute"
- In reply to: Sai: "MDAC version issue"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|