Home > Back-end >  Use a control error
Use a control error

Time:10-19

Don't know why I need use the components such as ADOConnection in operation of the database, but I went go up an error (" can not find the specified module "), without reason ah, my home computer can ah, there is a problem is to install? How to solve? Please comment,

CodePudding user response:

Estimates is the lack of relevant Dll, ADO underlying driver reinstall Windows ADO drive package

CodePudding user response:

To repair the ADO:
CommonProgramFiles regsvr32 "% % \ System \ ado \ msado15 DLL"/s
CommonProgramFiles regsvr32 "% % \ System \ ado \ msadomd DLL"/s
CommonProgramFiles regsvr32 "% % \ System \ ado \ msador15 DLL"/s
CommonProgramFiles regsvr32 "% % \ System \ ado \ msadox DLL"/s
CommonProgramFiles regsvr32 "% % \ System \ ado \ msadrh15 DLL"/s
CommonProgramFiles regsvr32 "% % \ System \ ado \ msjro DLL"/s

If not yet, try re-installing MDAC: system find % % \ inf \ MDAC inf file, point right installation,

CodePudding user response:

refer to the second floor ccrun response:
repair first ADO:
CommonProgramFiles regsvr32 "% % \ System \ ado \ msado15 DLL"/s
CommonProgramFiles regsvr32 "% % \ System \ ado \ msadomd DLL"/s
CommonProgramFiles regsvr32 "% % \ System \ ado \ msador15 DLL"/s
CommonProgramFiles regsvr32 "% % \ System \ ado \ msadox DLL"/s
CommonProgramFiles regsvr32 "% % \ System \ ado \ msadrh15 DLL"/s
CommonProgramFiles regsvr32 "% % \ System \ ado \ msjro DLL"/s

If not yet, try re-installing MDAC: system find % % \ inf \ MDAC inf file, point right installation,

CodePudding user response:

Reinstall the BCB or in component - install packages ado component selected
  • Related