Home > Software engineering >  Windows 7 after reshipment system originally of MFC about Access database that can be executed in VS
Windows 7 after reshipment system originally of MFC about Access database that can be executed in VS

Time:09-26

Error 1 error C2039: "_Recordset_DeprecatedPtr" : not a member of the "ADODB"
Error 2 error C2146: syntax errors: lack of ";" (in front of the identifier "ConflictTables")
Error 3 error C2039: "_Recordset_DeprecatedPtr" : not a member of the "ADODB"
Mistake 4 error C2146: syntax errors: lack of ";" (in front of the identifier "GetConflictTables")
Error 6 error C2039: "_Recordset_Deprecated" : not a member of the "ADODB"
Error and the error C2143: syntax errors: lack of ", "(in front of the" * ")
8 error error C2027: use the undefined type "ADODB"
Error error of 9 C2143: syntax errors: lack of ", "(in front of the" * ")
Error error 10 C2027: use the undefined type "ADODB"

CodePudding user response:

In a 64 - bit Windows:
64 exe and DLL in the directory c: \ Windows \ sys tem32 directory.
32 bit exe and DLL in the directory c: \ Windows \ sys wow64 directory.
So pay attention to:
In win64 system registered under 32-bit ocx DLL to 32 ocx or copy the DLL to the c: \ Windows \ syswow64 \ directory,
And registered to c: \ Windows \ syswow64 \ regsvr32 XXXXXXX ocx or DLL
Under win64 a system set up 32-bit programs use a database alias to c: \ Windows \ \ syswow64 \ cliconfg exe
Under win64 a system set up a 32-bit application system DSN to c: \ Windows \ \ syswow64 \ odbcad32 exe
A 64 - bit Windows platform attention point of the file system redirection http://www.cnblogs.com/jiake/p/4981555.html
64 - bit Windows platforms attention point of the registry to redirect http://www.cnblogs.com/jiake/p/4956218.html

CodePudding user response:

There should be no registered COM components ADO, use "regsvr32 ADO dynamic libraries under the registered",

CodePudding user response:

Hello, your problem solved, I also met the same problem, if solves the trouble to tell your method, thank you

CodePudding user response:


Ado components to install
  • Related