Database Problem Help!!

Database Problem Help!!

Old forum URL: forums.lhotka.net/forums/t/3056.aspx


Dunkers44 posted on Wednesday, June 20, 2007

Retrieving the COM class factory for component with CLSID {2206CDB2-19C1-11D1-89E0-00C04FD7A829} failed due to the following error: 80040154.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {2206CDB2-19C1-11D1-89E0-00C04FD7A829} failed due to the following error: 80040154.

All i am trying to do is have a simple Microsoft Access Database

Use a webconfig file to access it and i get this error all the time

Anyideas how to get this to not happen?????

JonM replied on Wednesday, June 20, 2007

I believe you may have a permission problem or an incorrect version of the MDAC.  Access is notorious for these types of problems when used as a backend for a website.  I would recommend the free version of SQL Server.  http://www.microsoft.com/sql/editions/express/default.mspx

 

dlutz52 replied on Wednesday, June 20, 2007

The message associated with the error number you gave is: Class not registered.
The CLSID is for "Microsoft OLE DB Service Component Data Links" and the InProcServer is oledb32.dll

As a wild guess, have you installed Access on the computer you are having the trouble on?

Check out: http://support.microsoft.com/kb/277964 and http://www.dotnet247.com/247reference/msgs/15/77671.aspx

David

Dunkers44 replied on Thursday, June 21, 2007

it worked!!!!!

As a first step, please try re-registering OLEDB32.DLL in the C:\Program
Files\Common Files\System\Ole DB using REGSVR32.EXE.

 

Thank you !!!!

Copyright (c) Marimer LLC