在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例C/C++语言基础 → Visual C++ 6.0数据库开发技术与工程实践

Visual C++ 6.0数据库开发技术与工程实践

C/C++语言基础

下载此实例
  • 开发语言:C/C++
  • 实例大小:16.28M
  • 下载次数:3
  • 浏览次数:20
  • 发布时间:2023-11-09
  • 实例类别:C/C++语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】Visual C 6.0数据库开发技术与工程实践 VC 数据库

【实例截图】

from clipboard

【核心代码】

.
├── 第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


实例下载地址

Visual C++ 6.0数据库开发技术与工程实践

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警