基本信息
源码名称:Visual C++ 6.0数据库开发技术与工程实践
源码大小:16.28M
文件格式:.rar
开发语言:C/C++
更新时间:2023-11-09
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
Visual C 6.0数据库开发技术与工程实践 VC 数据库

.
├── 第10章
│   ├── 操作DataGrid控件
│   │   ├── DataGrid
│   │   │   ├── DataGrid.aps
│   │   │   ├── DataGrid.clw
│   │   │   ├── DataGrid.cpp
│   │   │   ├── DataGrid.dsp
│   │   │   ├── DataGrid.dsw
│   │   │   ├── DataGrid.h
│   │   │   ├── DataGrid.ncb
│   │   │   ├── DataGrid.opt
│   │   │   ├── DataGrid.plg
│   │   │   ├── DataGrid.rc
│   │   │   ├── DataGridDlg.cpp
│   │   │   ├── DataGridDlg.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── _rdocolumn.cpp
│   │   │   ├── _rdocolumn.h
│   │   │   ├── _rdoconnection.cpp
│   │   │   ├── _rdoconnection.h
│   │   │   ├── _rdoengine.cpp
│   │   │   ├── _rdoengine.h
│   │   │   ├── _rdoenvironment.cpp
│   │   │   ├── _rdoenvironment.h
│   │   │   ├── _rdoresultset.cpp
│   │   │   ├── _rdoresultset.h
│   │   │   ├── _recordset.cpp
│   │   │   ├── _recordset.h
│   │   │   ├── adodc.cpp
│   │   │   ├── adodc.h
│   │   │   ├── column.cpp
│   │   │   ├── column.h
│   │   │   ├── columns.cpp
│   │   │   ├── columns.h
│   │   │   ├── dataformatdisp.cpp
│   │   │   ├── dataformatdisp.h
│   │   │   ├── datagrid1.cpp
│   │   │   ├── datagrid1.h
│   │   │   ├── field.cpp
│   │   │   ├── field.h
│   │   │   ├── fields.cpp
│   │   │   ├── fields.h
│   │   │   ├── font.cpp
│   │   │   ├── font.h
│   │   │   ├── picture.cpp
│   │   │   ├── picture.h
│   │   │   ├── properties.cpp
│   │   │   ├── properties.h
│   │   │   ├── property.cpp
│   │   │   ├── property.h
│   │   │   ├── rdc.cpp
│   │   │   ├── rdc.h
│   │   │   ├── rdocolumns.cpp
│   │   │   ├── rdocolumns.h
│   │   │   ├── rdoconnections.cpp
│   │   │   ├── rdoconnections.h
│   │   │   ├── rdoenvironments.cpp
│   │   │   ├── rdoenvironments.h
│   │   │   ├── rdoerror.cpp
│   │   │   ├── rdoerror.h
│   │   │   ├── rdoerrors.cpp
│   │   │   ├── rdoerrors.h
│   │   │   ├── rdoparameter.cpp
│   │   │   ├── rdoparameter.h
│   │   │   ├── rdoparameters.cpp
│   │   │   ├── rdoparameters.h
│   │   │   ├── rdopreparedstatement.cpp
│   │   │   ├── rdopreparedstatement.h
│   │   │   ├── rdopreparedstatements.cpp
│   │   │   ├── rdopreparedstatements.h
│   │   │   ├── rdoqueries.cpp
│   │   │   ├── rdoqueries.h
│   │   │   ├── rdoresultsets.cpp
│   │   │   ├── rdoresultsets.h
│   │   │   ├── rdotable.cpp
│   │   │   ├── rdotable.h
│   │   │   ├── rdotables.cpp
│   │   │   ├── rdotables.h
│   │   │   ├── res
│   │   │   │   ├── DataGrid.ico
│   │   │   │   └── DataGrid.rc2
│   │   │   ├── resource.fd
│   │   │   ├── selbookmarks.cpp
│   │   │   ├── selbookmarks.h
│   │   │   ├── split.cpp
│   │   │   ├── split.h
│   │   │   ├── splits.cpp
│   │   │   ├── splits.h
│   │   │   ├── stddataformatsdisp.cpp
│   │   │   └── stddataformatsdisp.h
│   │   ├── Release
│   │   │   └── DataGrid.exe
│   │   ├── students.mdb
│   │   └── 说明.txt
│   └── 操作Tree控件
│       ├── DataBase
│       │   └── City.mdb
│       ├── Release
│       │   ├── DataBase
│       │   │   └── City.mdb
│       │   └── TreeData.exe
│       ├── TreeData
│       │   ├── DataBase
│       │   │   └── City.mdb
│       │   ├── Resource.h
│       │   ├── StdAfx.cpp
│       │   ├── StdAfx.h
│       │   ├── TreeData.aps
│       │   ├── TreeData.clw
│       │   ├── TreeData.cpp
│       │   ├── TreeData.dsp
│       │   ├── TreeData.dsw
│       │   ├── TreeData.h
│       │   ├── TreeData.ncb
│       │   ├── TreeData.opt
│       │   ├── TreeData.plg
│       │   ├── TreeData.rc
│       │   ├── TreeDataDlg.cpp
│       │   ├── TreeDataDlg.h
│       │   ├── msado15.tlh
│       │   ├── msado15.tli
│       │   └── res
│       │       ├── Thumbs.db
│       │       ├── TreeBoot.bmp
│       │       ├── TreeData.ico
│       │       └── TreeData.rc2
│       └── 说明.txt
├── 第11章
│   ├── 读写Excel文件
│   │   ├── OdbcExcel
│   │   │   ├── OdbcExcel.aps
│   │   │   ├── OdbcExcel.clw
│   │   │   ├── OdbcExcel.cpp
│   │   │   ├── OdbcExcel.dsp
│   │   │   ├── OdbcExcel.dsw
│   │   │   ├── OdbcExcel.h
│   │   │   ├── OdbcExcel.ncb
│   │   │   ├── OdbcExcel.opt
│   │   │   ├── OdbcExcel.plg
│   │   │   ├── OdbcExcel.rc
│   │   │   ├── OdbcExcelDlg.cpp
│   │   │   ├── OdbcExcelDlg.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   └── res
│   │   │       ├── OdbcExcel.ico
│   │   │       └── OdbcExcel.rc2
│   │   ├── Release
│   │   │   └── OdbcExcel.exe
│   │   └── 说明.txt
│   ├── 图片的存取
│   │   ├── AccessPicture
│   │   │   ├── AccessPicture.aps
│   │   │   ├── AccessPicture.clw
│   │   │   ├── AccessPicture.cpp
│   │   │   ├── AccessPicture.dsp
│   │   │   ├── AccessPicture.dsw
│   │   │   ├── AccessPicture.h
│   │   │   ├── AccessPicture.ncb
│   │   │   ├── AccessPicture.opt
│   │   │   ├── AccessPicture.plg
│   │   │   ├── AccessPicture.rc
│   │   │   ├── AccessPictureDlg.cpp
│   │   │   ├── AccessPictureDlg.h
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── msado15.tlh
│   │   │   ├── msado15.tli
│   │   │   ├── res
│   │   │   │   ├── AccessPicture.ico
│   │   │   │   └── AccessPicture.rc2
│   │   │   ├── resource.fd
│   │   │   └── userinfo.mdb
│   │   ├── Release
│   │   │   ├── AccessPicture.exe
│   │   │   └── userinfo.mdb
│   │   ├── userinfo.mdb
│   │   └── 说明.txt
│   ├── 数据有效性监测
│   │   ├── DriverManager
│   │   │   ├── DriverManager.aps
│   │   │   ├── DriverManager.clw
│   │   │   ├── DriverManager.cpp
│   │   │   ├── DriverManager.dsp
│   │   │   ├── DriverManager.dsw
│   │   │   ├── DriverManager.h
│   │   │   ├── DriverManager.ncb
│   │   │   ├── DriverManager.opt
│   │   │   ├── DriverManager.plg
│   │   │   ├── DriverManager.rc
│   │   │   ├── DriverManagerDlg.cpp
│   │   │   ├── DriverManagerDlg.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── drivers.mdb
│   │   │   ├── res
│   │   │   │   ├── DriverManager.ico
│   │   │   │   └── DriverManager.rc2
│   │   │   └── resource.fd
│   │   ├── Release
│   │   │   ├── DriverManager.exe
│   │   │   └── drivers.mdb
│   │   └── 说明.txt
│   └── 超长数据库字段的操纵
│       ├── AccessBlob
│       │   ├── AccessBlob.aps
│       │   ├── AccessBlob.clw
│       │   ├── AccessBlob.cpp
│       │   ├── AccessBlob.dsp
│       │   ├── AccessBlob.dsw
│       │   ├── AccessBlob.h
│       │   ├── AccessBlob.ncb
│       │   ├── AccessBlob.opt
│       │   ├── AccessBlob.plg
│       │   ├── AccessBlob.rc
│       │   ├── AccessBlobDlg.cpp
│       │   ├── AccessBlobDlg.h
│       │   ├── ReadMe.txt
│       │   ├── Resource.h
│       │   ├── StdAfx.cpp
│       │   ├── StdAfx.h
│       │   ├── blob.mdb
│       │   ├── res
│       │   │   ├── AccessBlob.ico
│       │   │   └── AccessBlob.rc2
│       │   └── resource.fd
│       ├── Release
│       │   ├── AccessBlob.exe
│       │   └── blob.mdb
│       ├── blob.mdb
│       └── 说明.txt
├── 第13章
│   ├── Demo01.mdb
│   ├── Demo01_说明.txt
│   └── Demo1
│       ├── Demo01.aps
│       ├── Demo01.clw
│       ├── Demo01.cpp
│       ├── Demo01.dsp
│       ├── Demo01.dsw
│       ├── Demo01.h
│       ├── Demo01.ncb
│       ├── Demo01.opt
│       ├── Demo01.plg
│       ├── Demo01.rc
│       ├── Demo01Dlg.cpp
│       ├── Demo01Dlg.h
│       ├── ReadMe.txt
│       ├── Resource.h
│       ├── StdAfx.cpp
│       ├── StdAfx.h
│       ├── TestSet.cpp
│       ├── TestSet.h
│       ├── UserRecordSet.cpp
│       ├── UserRecordSet.h
│       └── res
│           ├── Demo01.ico
│           ├── Demo01.rc2
│           ├── Thumbs.db
│           └── icon1.ico
├── 第14章
│   ├── Demo02.mdb
│   ├── Demo02_说明.txt
│   ├── Demo2
│   │   ├── Demo02.aps
│   │   ├── Demo02.clw
│   │   ├── Demo02.cpp
│   │   ├── Demo02.dsp
│   │   ├── Demo02.dsw
│   │   ├── Demo02.h
│   │   ├── Demo02.ncb
│   │   ├── Demo02.opt
│   │   ├── Demo02.plg
│   │   ├── Demo02.rc
│   │   ├── Demo02Doc.cpp
│   │   ├── Demo02Doc.h
│   │   ├── Demo02View.cpp
│   │   ├── Demo02View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── UserDlg.cpp
│   │   ├── UserDlg.h
│   │   ├── UserRecordSet.cpp
│   │   ├── UserRecordSet.h
│   │   ├── UserSearchDlg.cpp
│   │   ├── UserSearchDlg.h
│   │   └── res
│   │       ├── Demo02.ico
│   │       ├── Demo02.rc2
│   │       ├── Demo02Doc.ico
│   │       └── Toolbar.bmp
│   └── 第14章测试记录.doc
├── 第15章
│   ├── Demo03_2000.mdb
│   ├── Demo03_97.mdb
│   ├── Demo3
│   │   ├── CheckSetDlg.cpp
│   │   ├── CheckSetDlg.h
│   │   ├── Demo03.aps
│   │   ├── Demo03.clw
│   │   ├── Demo03.cpp
│   │   ├── Demo03.dsp
│   │   ├── Demo03.dsw
│   │   ├── Demo03.h
│   │   ├── Demo03.ncb
│   │   ├── Demo03.opt
│   │   ├── Demo03.plg
│   │   ├── Demo03.rc
│   │   ├── Demo03Doc.cpp
│   │   ├── Demo03Doc.h
│   │   ├── Demo03View.cpp
│   │   ├── Demo03View.h
│   │   ├── DomainDaoSet.cpp
│   │   ├── DomainDaoSet.h
│   │   ├── JCONFIG.H
│   │   ├── JPEGLIB.H
│   │   ├── Jmorecfg.h
│   │   ├── Jpeglib2.lib
│   │   ├── LogDaoSet.cpp
│   │   ├── LogDaoSet.h
│   │   ├── LogDlg.cpp
│   │   ├── LogDlg.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyDaoSet.cpp
│   │   ├── MyDaoSet.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── SaveScrJpg.cpp
│   │   ├── SaveScrJpg.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── UrlDlg.cpp
│   │   ├── UrlDlg.h
│   │   ├── UrlSetDlg.cpp
│   │   ├── UrlSetDlg.h
│   │   └── res
│   │       ├── Demo03.ico
│   │       ├── Demo03.rc2
│   │       ├── Demo03Doc.ico
│   │       └── Toolbar.bmp
│   └── 说明.txt
├── 第16章
│   ├── Inhabitants
│   │   ├── AddUserDlg.cpp
│   │   ├── AddUserDlg.h
│   │   ├── House.H
│   │   ├── Inhabitants.aps
│   │   ├── Inhabitants.clw
│   │   ├── Inhabitants.cpp
│   │   ├── Inhabitants.dsp
│   │   ├── Inhabitants.dsw
│   │   ├── Inhabitants.h
│   │   ├── Inhabitants.idl
│   │   ├── Inhabitants.mdb
│   │   ├── Inhabitants.ncb
│   │   ├── Inhabitants.opt
│   │   ├── Inhabitants.plg
│   │   ├── Inhabitants.rc
│   │   ├── Inhabitants.rgs
│   │   ├── InhabitantsDoc.cpp
│   │   ├── InhabitantsDoc.h
│   │   ├── InhabitantsView.cpp
│   │   ├── InhabitantsView.h
│   │   ├── Inhabitants_i.c
│   │   ├── Inhabitants_i.h
│   │   ├── LeftTreeView.cpp
│   │   ├── LeftTreeView.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── QueryDlg.cpp
│   │   ├── QueryDlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── UserinfoView.cpp
│   │   ├── UserinfoView.h
│   │   ├── UsersListView.cpp
│   │   ├── UsersListView.h
│   │   ├── res
│   │   │   ├── Inhabitants.ico
│   │   │   ├── Inhabitants.rc2
│   │   │   ├── InhabitantsDoc.ico
│   │   │   ├── Thumbs.db
│   │   │   ├── Toolbar.bmp
│   │   │   ├── building.ico
│   │   │   ├── cell.ico
│   │   │   ├── del_person.ico
│   │   │   ├── main.ico
│   │   │   ├── mainfram.bmp
│   │   │   ├── section.ico
│   │   │   └── user.ico
│   │   └── resource.fd
│   ├── Release
│   │   ├── Inhabitants.exe
│   │   └── Inhabitants.mdb
│   └── 说明.txt
├── 第17章
│   ├── BillsManager
│   │   ├── BillDlg.cpp
│   │   ├── BillDlg.h
│   │   ├── BillsManager.aps
│   │   ├── BillsManager.clw
│   │   ├── BillsManager.cpp
│   │   ├── BillsManager.dsp
│   │   ├── BillsManager.dsw
│   │   ├── BillsManager.h
│   │   ├── BillsManager.ncb
│   │   ├── BillsManager.opt
│   │   ├── BillsManager.plg
│   │   ├── BillsManager.rc
│   │   ├── BillsManagerDlg.cpp
│   │   ├── BillsManagerDlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TrackLookButton.cpp
│   │   ├── TrackLookButton.h
│   │   ├── bills.mdb
│   │   ├── gridctrl_src
│   │   │   ├── CellRange.h
│   │   │   ├── Experimental Upgrades
│   │   │   │   ├── InPlaceList.cpp
│   │   │   │   ├── InPlaceList.h
│   │   │   │   ├── TitleTip.cpp
│   │   │   │   └── TitleTip.h
│   │   │   ├── GridCell.cpp
│   │   │   ├── GridCell.h
│   │   │   ├── GridCellBase.cpp
│   │   │   ├── GridCellBase.h
│   │   │   ├── GridCtrl.cpp
│   │   │   ├── GridCtrl.h
│   │   │   ├── GridDropTarget.cpp
│   │   │   ├── GridDropTarget.h
│   │   │   ├── InPlaceEdit.cpp
│   │   │   ├── InPlaceEdit.h
│   │   │   ├── MemDC.h
│   │   │   ├── Readme.txt
│   │   │   ├── TitleTip.cpp
│   │   │   └── TitleTip.h
│   │   ├── res
│   │   │   ├── BillsManager.ico
│   │   │   ├── BillsManager.rc2
│   │   │   ├── Main.ico
│   │   │   ├── 保存.bmp
│   │   │   ├── 凭证.bmp
│   │   │   ├── 出货.bmp
│   │   │   ├── 取消.bmp
│   │   │   ├── 废弃.bmp
│   │   │   └── 进货.bmp
│   │   └── resource.fd
│   ├── Release
│   │   ├── BillsManager.exe
│   │   └── bills.mdb
│   └── 说明.txt
├── 第18章
│   ├── Database
│   │   └── YJSHDATA.sql
│   ├── SourceCode
│   │   ├── DialogCHO.cpp
│   │   ├── DialogCHO.h
│   │   ├── DialogCOU.cpp
│   │   ├── DialogCOU.h
│   │   ├── DialogSTAT.cpp
│   │   ├── DialogSTAT.h
│   │   ├── DialogSTU.cpp
│   │   ├── DialogSTU.h
│   │   ├── DialogTEA.cpp
│   │   ├── DialogTEA.h
│   │   ├── ReadMe.txt
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── YDMS.APS
│   │   ├── YDMS.clw
│   │   ├── YDMS.cpp
│   │   ├── YDMS.dsp
│   │   ├── YDMS.dsw
│   │   ├── YDMS.h
│   │   ├── YDMS.ncb
│   │   ├── YDMS.opt
│   │   ├── YDMS.plg
│   │   ├── YDMS.rc
│   │   ├── YDMSDlg.cpp
│   │   ├── YDMSDlg.h
│   │   ├── _recordset.cpp
│   │   ├── _recordset.h
│   │   ├── adodc.cpp
│   │   ├── adodc.h
│   │   ├── column.cpp
│   │   ├── column.h
│   │   ├── columns.cpp
│   │   ├── columns.h
│   │   ├── dataformatdisp.cpp
│   │   ├── dataformatdisp.h
│   │   ├── datagrid.cpp
│   │   ├── datagrid.h
│   │   ├── field.cpp
│   │   ├── field.h
│   │   ├── fields.cpp
│   │   ├── fields.h
│   │   ├── font.cpp
│   │   ├── font.h
│   │   ├── msado15.tlh
│   │   ├── msado15.tli
│   │   ├── picture.cpp
│   │   ├── picture.h
│   │   ├── properties.cpp
│   │   ├── properties.h
│   │   ├── property.cpp
│   │   ├── property.h
│   │   ├── res
│   │   │   ├── ARW07RT.ICO
│   │   │   ├── EDIT.ICO
│   │   │   ├── FACE02.ICO
│   │   │   ├── FIELD.ICO
│   │   │   ├── MISC27.ICO
│   │   │   ├── MISC43.ICO
│   │   │   ├── TABLE.ICO
│   │   │   ├── Thumbs.db
│   │   │   ├── YDMS.ico
│   │   │   ├── YDMS.rc2
│   │   │   └── title.bmp
│   │   ├── resource.h
│   │   ├── selbookmarks.cpp
│   │   ├── selbookmarks.h
│   │   ├── split.cpp
│   │   ├── split.h
│   │   ├── splits.cpp
│   │   ├── splits.h
│   │   ├── stddataformatsdisp.cpp
│   │   └── stddataformatsdisp.h
│   └── 说明.doc
├── 第5章
│   ├── MyODBC_demo1
│   │   ├── MyODBC.cpp
│   │   ├── MyODBC.h
│   │   ├── ODBCSet.cpp
│   │   ├── ODBCSet.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── demo1.aps
│   │   ├── demo1.clw
│   │   ├── demo1.cpp
│   │   ├── demo1.dsp
│   │   ├── demo1.dsw
│   │   ├── demo1.h
│   │   ├── demo1.ncb
│   │   ├── demo1.opt
│   │   ├── demo1.plg
│   │   ├── demo1.rc
│   │   ├── demo1Dlg.cpp
│   │   ├── demo1Dlg.h
│   │   └── res
│   │       ├── animat02.ico
│   │       ├── demo1.ico
│   │       └── demo1.rc2
│   ├── Release
│   │   ├── demo1.exe
│   │   └── employers.mdb
│   ├── employers.mdb
│   └── 说明.txt
├── 第6章
│   ├── Release
│   │   └── sample.exe
│   ├── sample
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── department.cpp
│   │   ├── department.h
│   │   ├── res
│   │   │   ├── Toolbar.bmp
│   │   │   ├── sample.ico
│   │   │   ├── sample.rc2
│   │   │   └── sampleDoc.ico
│   │   ├── sample.aps
│   │   ├── sample.clw
│   │   ├── sample.cpp
│   │   ├── sample.dsp
│   │   ├── sample.dsw
│   │   ├── sample.h
│   │   ├── sample.ncb
│   │   ├── sample.opt
│   │   ├── sample.plg
│   │   ├── sample.rc
│   │   ├── sampleDoc.cpp
│   │   ├── sampleDoc.h
│   │   ├── sampleSet.cpp
│   │   ├── sampleSet.h
│   │   ├── sampleView.cpp
│   │   └── sampleView.h
│   ├── students.mdb
│   └── 说明.txt
├── 第7章
│   ├── Release
│   │   ├── sample1.exe
│   │   └── students1.mdb
│   ├── sample1
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── res
│   │   │   ├── Toolbar.bmp
│   │   │   ├── sample1.ico
│   │   │   ├── sample1.rc2
│   │   │   └── sample1Doc.ico
│   │   ├── sample1.aps
│   │   ├── sample1.clw
│   │   ├── sample1.cpp
│   │   ├── sample1.dsp
│   │   ├── sample1.dsw
│   │   ├── sample1.h
│   │   ├── sample1.ncb
│   │   ├── sample1.opt
│   │   ├── sample1.plg
│   │   ├── sample1.rc
│   │   ├── sample1Doc.cpp
│   │   ├── sample1Doc.h
│   │   ├── sample1Set.cpp
│   │   ├── sample1Set.h
│   │   ├── sample1View.cpp
│   │   ├── sample1View.h
│   │   └── students1.mdb
│   ├── students1.mdb
│   └── 说明.txt
├── 第8章
│   ├── OledbCustomer
│   │   ├── OledbCustomer.aps
│   │   ├── OledbCustomer.clw
│   │   ├── OledbCustomer.cpp
│   │   ├── OledbCustomer.dsp
│   │   ├── OledbCustomer.dsw
│   │   ├── OledbCustomer.h
│   │   ├── OledbCustomer.idl
│   │   ├── OledbCustomer.ncb
│   │   ├── OledbCustomer.opt
│   │   ├── OledbCustomer.plg
│   │   ├── OledbCustomer.rc
│   │   ├── OledbCustomer.rgs
│   │   ├── OledbCustomerDlg.cpp
│   │   ├── OledbCustomerDlg.h
│   │   ├── OledbCustomer_i.c
│   │   ├── OledbCustomer_i.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── Students.H
│   │   ├── res
│   │   │   ├── OledbCustomer.ico
│   │   │   ├── OledbCustomer.rc2
│   │   │   └── Thumbs.db
│   │   ├── resource.fd
│   │   └── students.mdb
│   ├── Release
│   │   ├── OledbCustomer.exe
│   │   └── students.mdb
│   ├── students.mdb
│   └── 说明.txt
├── 第9章
│   ├── AdoRWAccess
│   │   ├── AdoRWAccess.aps
│   │   ├── AdoRWAccess.clw
│   │   ├── AdoRWAccess.cpp
│   │   ├── AdoRWAccess.dsp
│   │   ├── AdoRWAccess.dsw
│   │   ├── AdoRWAccess.h
│   │   ├── AdoRWAccess.ncb
│   │   ├── AdoRWAccess.opt
│   │   ├── AdoRWAccess.plg
│   │   ├── AdoRWAccess.rc
│   │   ├── AdoRWAccessDlg.cpp
│   │   ├── AdoRWAccessDlg.h
│   │   ├── BtnST.cpp
│   │   ├── BtnST.h
│   │   ├── Demo.mdb
│   │   ├── HyperLink.cpp
│   │   ├── HyperLink.h
│   │   ├── PictureEx.cpp
│   │   ├── PictureEx.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── WinXPButtonST.cpp
│   │   ├── WinXPButtonST.h
│   │   ├── msado15.tlh
│   │   ├── msado15.tli
│   │   ├── res
│   │   │   ├── AdoRWAccess.ico
│   │   │   ├── AdoRWAccess.rc2
│   │   │   ├── Flag.gif
│   │   │   └── Thumbs.db
│   │   └── resource.fd
│   ├── Demo.mdb
│   ├── Release
│   │   ├── AdoRWAccess.exe
│   │   └── Demo.mdb
│   └── 说明.txt
├── 好例子网_VisualC 6.0数据库开发技术与工程实践.rar
└── 光盘使用说明.txt

72 directories, 651 files