Setting up an ADOCE Project using Visual C++ 6.0 is rather simple. Assuming that you have downloaded and installed the ADOCE SDK from Microsoft, you are ready to use it in your Windows CE Database applications. The sample that I have provided is a *very* simple one illustrating how to instantiate the proper COM objects, and the basics of how to interface with them (in a very simple example)
The Project demonstrates many Windows common controls, including the extensive use of image lists. The Project was used in the book "The Revolutionary Guide To MFC 4 Programming With Visual C++", published by Wrox Press.
The enclosed VB Project includes a VB class that implements the Rijndael AES block encryption algorithm. The form in the Project runs some test data through the class.