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.