Hi I am facing problems with
importing msado15.dll

I am having a component which uses ADO for
data access.
This component works fine when I import msado10.dll or msado15.dll (MDAC 2.0 or Less)

I am using VC++ 5.0, When I install MDAC 2.1 and
above on my machine I am not able to compile
the previous code.

Can any body please help me out with this

The statement which I am using for import is

#import "../ado/msado15.dll \
no_namespace rename("EOF","adoEOF");

thanx in advance........

bye
manu