Description: Ado to achieve C++ object access, use of serialization to implement c++ object saved to the database, the program slightly extend the methods used or even multiple image files can be saved to the database and documents. Essence of this method is to use serialization to save memory file+ C++ object, then the memory file to BLOB (binary data) method into the database. ADO is just a way to access the database, you can also use the ODBC and so on.
File list (Check if you may need any files):
adocppobj\CJColorPicker.cpp
.........\CJColorPicker.h
.........\CJColorPopup.cpp
.........\CJColorPopup.h
.........\db.mdb
.........\Line.cpp
.........\Line.h
.........\ReadMe.txt
.........\res\TestAdo.ico
.........\...\TestAdo.rc2
.........\Resource.h
.........\StdAfx.cpp
.........\StdAfx.h
.........\TestAdo.cpp
.........\TestAdo.dsp
.........\TestAdo.dsw
.........\TestAdo.h
.........\TestAdo.ncb
.........\TestAdo.opt
.........\TestAdo.rc
.........\TestAdoDlg.cpp
.........\TestAdoDlg.h
.........\res
adocppobj