Run-time error ‘430’: Class does not support Automation or does not support expected
Hi,
This Error I am getting while installing My Package in Windows 95 machine. I have found that this Error is arrived when I am Creating an Object of Adodb.Recordset using
set rs = new adodb.recordset or
set rs = createobject(“Adodb.Recordset”)
This is not regular Error because my Setup works fine with few of the machine and not in other few.
Thanks in advance.