-->>Hi everyone Iam trying to use and applcaton developed in VB 6.0 with Microsoft Acess Database (.mdb) but when I run the application I get the Error code as to the thread,
-->>I followed some instructions on the following links http://social.technet.microsoft.com/Forums/zh/w7itprogeneral/thread/7aa24584-49a6-4001-8c68-a6742aacbc81 and http://www.analyrics.com/search?q=Error%20code%200x8002801c but still the problem persisted so Im stuck here any suggestion will be much appriciated.
-->>Tanx

-->>Not a problem again alredy done,I down loaded the comdlg.ocx and copied it in Windows->System and then started services through administrative mode and hence solved.
-->>Tanx a lot guyz.

Example: Register comdlg32.ocx

XP:
Copies OCX file to System32 and then in the open the CMD and execute the following line;

regsvr32 c:\Windows\system32\comdlg32.ocx

Windows 7:
Copies OCX file and copies SysWOW64 if your OS 64-bit or System32 if it is 32 bits. Then open the CMD and run it in administrator mode, and write:

regsvr32 c:\Windows\SysWOW64\comdlg32.ocx

You got it registered.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.