登录
首页 » Visual C++ » ADOTest

ADOTest

于 2020-10-29 发布 文件大小:3418KB
0 137
下载积分: 1 下载次数: 9

代码说明:

  本人自己编写的VC++访问数据库程序,包含了ADO、ODBC等方法,可访问MSSQL、SQL、ACCESS等数据库。(I have written VC++ Access database program, including the ADO, ODBC and other methods to access MSSQL, SQL, ACCESS and other databases.)

文件列表:

addrinfo.xls,14848,2013-05-07
ADO.APS,35500,2013-04-06
ADO.clw,1044,2013-04-06
ADO.cpp,7225,2013-05-08
ADO.dsp,4247,2013-05-07
ADO.dsw,531,2013-05-06
ADO.h,1291,2013-04-06
ADO.ncb,377856,2013-07-04
ADO.opt,49664,2013-07-04
ado.plg,240,2013-07-04
ADO.rc,5327,2013-04-06
ADODlg.cpp,4059,2013-04-06
ADODlg.h,1309,2013-04-06
Debug
.....\ado.bsc,2606080,2013-05-06
.....\ado.exe,1699898,2013-05-08
.....\ado.ilk,2047328,2013-05-08
.....\ado.obj,106746,2013-05-08
.....\ado.pch,3615336,2013-05-08
.....\ado.pdb,2991104,2013-05-08
.....\ado.sbr,0,2013-05-06
.....\msado15.tlh,90687,2012-06-06
.....\msado15.tli,76648,2012-06-06
.....\vc60.idb,222208,2013-07-04
.....\vc60.pdb,225280,2013-05-08
excel.cpp,169515,2013-05-07
excel.h,45956,2013-05-07
msado15.tlh,90619,2010-10-16
msado15.tli,76614,2010-10-16
mydb.dsn,116,2013-05-07
mydb_Data.MDF,1048576,2013-05-08
mydb_Log.LDF,1048576,2013-05-08
pubs.mdf,1835008,2013-05-07
pubs_log.ldf,786432,2013-05-07
ReadMe.txt,30,2013-05-07
res

...\ADO.rc2,395,2013-04-06
resource.h,727,2013-04-06
StdAfx.cpp,205,2013-04-06
StdAfx.h,1054,2013-04-06
studentdb.DSN,321,2013-05-07
studentdb.mdb,90112,2013-05-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 43567897
    VB在局域网内将文件存储到数据库保存,有需要的下。(VB in the LAN to store files saved to the database, there is need for the next.)
    2013-08-13 23:34:07下载
    积分:1
  • DateBase
    数据库程序,实现简单的数据库功能,如添加、查找、删除(DateBase sofe)
    2014-12-27 09:44:59下载
    积分:1
  • ADOctrlAccess
    说明:  ADO控制Access数据库。源来《Visual c++案例开发集锦》(ADO Control Access database. Source to &quot Visual c++ Collection of case development,&quot )
    2010-04-05 01:42:25下载
    积分:1
  • ADO控制ACCESS
    说明:  直接使用ADO操作ACCESS数据库,对于初学者来说是个不错的例子,类似的也可以操作SQL,ORACLE数据库(不用DSN)(use ADO directly ACCESS database operation for beginners is a good example of a similar operation could SQL, Oracle database (not DSN))
    2005-11-21 16:11:07下载
    积分:1
  • PMMv1.0
    MFC架构下,通过ADO方式连接Access数据库的实例,事先了完整的添加、修改、删除功能,VS2010编写。特点是实现了数据库中日期数据类型的读写,比较有借鉴意义。(MFC framework, connected through the Access database, ADO instance, in advance of the complete add, modify, delete function, VS2010 preparation. Feature is realized in the database to read and write the date data type, compared with reference.)
    2010-07-31 15:11:21下载
    积分:1
  • AdoDataGrid
    利用ADO操作数据库,与DATAgrid进行绑定的例子(Operation of the database using ADO with examples DATAgrid bind)
    2009-04-10 21:20:10下载
    积分:1
  • Excel
    说明:  直接通过ODBC读写Excel表格文件。基于数据库编写源程序。(Directly through ODBC to read and write Excel spreadsheet file. Prepared based on the source database.)
    2008-11-07 23:00:04下载
    积分:1
  • sniffer
    第十二章:发布数据库系统,InstallShield这一常用的打包工具,讲解软件打包 发布的过程。 第十三章:用户登录功能模块,应用了ODBC访问数据库的技术,使用最基本的查询语句。 第十四章:用户信息管理模块,应用了ODBC访问数据库的技术,用CRecordset对象做 为操作数据库的手段,并运用增删改查的数据库常用查询语句。 第十五章:网页浏览和网址限制功能模块,利用数据库中的网址记录,通过查询匹配 限制用户对某些特定网址的访问,并作访问记录,主要应用DAO方式访问数据库的技术, CDaoRecordSet对象做为操作数据库的手段,并灵活运用了多种SQL查询语句。 第十六章: 住户管理系统,主要用了OLE DB操纵数据库的手段。 第十七章:物流单据管理模块,主要用了ADO对象操纵数据库的技术手段。 第十八章:研究生信息管理系统,主要用了ADO对象操纵数据库的技术手段,并在使用 ADO的技术中灵活运用了OLE DB的数据库连接操纵方法、多条SQL查询语句、控件Combo Box与ActiveX控件ADO Data Control和DataGrid Control。 全部是vc6.0编写 (Chapter 12: publication database system, InstallShield package that commonly used tools to explain the process of publishing software package. Chapter 13: user login function module, the application of the ODBC database access technology, using the most basic query. Chapter 14: User information management module, the application of the ODBC database access technology, using CRecordset object as a means to manipulate the database, and use common CRUD database query. Chapter 15: Web browsing and URL restriction function module, using the URL database records, all vc6.0 prepared)
    2013-06-24 15:49:10下载
    积分:1
  • rds-win32-4.0.522
    raima velocis 4.0.5
    2008-07-01 06:10:31下载
    积分:1
  • EXCEL
    有关生成和读取Excel文件的操作类,你一定用得着哦(On the formation and operation of reading Excel file type, you must need it, oh)
    2008-07-06 21:57:05下载
    积分:1
  • 696522资源总数
  • 104027会员总数
  • 45今日下载