I am getting an automation error and my code stops here
Set connData = New ADODB.Connection
It was working fine and then someone tried to update the window 2000 server
and had problems doing so.
Could someone tell me which reference this is looking for (I am using Access
2K) and how to reinstall this librabry?
Thanks in advance to all who respond
Barry Gilbert - 23 May 2006 14:40 GMT
ADODB comes from the Microsoft ActiveX Data Objects library. This comes from
MDAC:
http://msdn.microsoft.com/data/ref/mdac/downloads/
HTH,
Barry
> I am getting an automation error and my code stops here
>
[quoted text clipped - 6 lines]
>
> Thanks in advance to all who respond