taba
April 3rd, 2009, 04:17 AM
how to fix if the project is based on windows 2000, VS 6.0 (MFC) C++, MS Access 2000, and MS jet 4.0.9511.0? and the program deployment environment has MS jet 4.0.9505.0 and MS jet 4.0.9025.0?
|
Click to See Complete Forum and Search --> : DAO does not work in Visual C++ (MFC) and MS Access taba April 3rd, 2009, 04:17 AM how to fix if the project is based on windows 2000, VS 6.0 (MFC) C++, MS Access 2000, and MS jet 4.0.9511.0? and the program deployment environment has MS jet 4.0.9505.0 and MS jet 4.0.9025.0? davide++ April 3rd, 2009, 06:39 AM Hi all. You didn't give us much information about errors you got. It seems that the MS jet version in development environment is highter than version in deployment environment, so DAO should work fine. A part from this, DAO is an old tool, maybe an obsolete tool; you should consider changing, and move your application to ODBC (if you can, of course). codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |