PDA

Click to See Complete Forum and Search --> : Durn ol' thing... Cain't nevva win!


Tainc
Jul 31st, 2000, 09:54 AM
Grrr... I've already got problems getting this db app to work, but this error keeps complicating things...

When I try to select a recordsource for the data control (yes, I have a ready made access database and it is selected in the data control's properties), I recieve the following error

-----
Class not registered.
Looking for object with CLSID:(registry key)
-----

Is there anything I can do about this?
Also, whenever I try to run any of the form/query wizards in Access, I get the response "ActiveX component can't create object."

Where does that come from? I'm not incorporating AciveX into this project anywhere...

Sheesh. Any help is appreciated.

Clunietp
Aug 1st, 2000, 12:28 AM
what is the CLASSID that is missing? It usually gives you the ClassID in the message

Tainc
Aug 1st, 2000, 08:23 AM
00000010-0000-0010-8000-00AA006D2EA4

I just didn't list it on the original post 'cause it's cumbersome.

thx,
tainc

Clunietp
Aug 1st, 2000, 10:29 AM
The DAO DB Engine, just as I had thought

run this from the command line:

regsvr32.exe "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL"