Dear Friendly helper,

I have pc with win 98 OS. I build a program that use adodb as my component. the problem is i able to load the dll in vs 6, but i can't run it. it said ActiveX component cann't create object. Well i don't know how to fix it anymore. i tried to make setup file and no problem in instalation but still can't run the program.

as ref this is line of mycode

Dim withevents cnLocal as adodb.connection
dim cnServer as adodb.connection

Private sub form_load()
............
............
...........

Set cnLocal = New Adodb.Connection 'The code debugged here
Set cnServer = New Adodb.Connection

.............
.............

end sub

So is try to register msado15.dll and msador15.dll manually. but not like win xp , win 98's doesn't has regsvr32 so i don't know anymore to registering the dll's manually.

i'm so gratefull for any help, sorry for my bad english(english not my first language)

rgds