VB Guru Ps. Help - TechRepublic
General discussion
October 10, 2001 at 12:47 AM
spankil

VB Guru Ps. Help

by spankil . Updated 24 years, 6 months ago

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.

This discussion is locked

All Comments