登录
首页 » Visual C++ » SQL_ODBC

SQL_ODBC

于 2011-12-12 发布 文件大小:4735KB
0 270
下载积分: 1 下载次数: 8

代码说明:

  利用vc++连接到ODBC数据库,进行信息的录入等等(Use vc++ to connect to an ODBC database, the information input, etc. )

文件列表:

SQL_ODBC
........\Debug
........\.....\shujuku.mdb,249856,2011-09-04
........\.....\SQL_ODBC.bsc,3589120,2011-09-04
........\.....\SQL_ODBC.exe,114754,2011-09-04
........\.....\SQL_ODBC.ilk,243620,2011-09-04
........\.....\SQL_ODBC.obj,15272,2011-09-04
........\.....\SQL_ODBC.pch,7231452,2011-09-04
........\.....\SQL_ODBC.pdb,402432,2011-09-04
........\.....\SQL_ODBC.res,2808,2011-09-04
........\.....\SQL_ODBC.sbr,0,2011-09-04
........\.....\SQL_ODBCDlg.obj,43448,2011-09-04
........\.....\SQL_ODBCDlg.sbr,0,2011-09-04
........\.....\StdAfx.obj,107657,2011-09-04
........\.....\StdAfx.sbr,1456135,2011-09-04
........\.....\vc60.idb,214016,2011-09-04
........\.....\vc60.pdb,372736,2011-09-04
........\ReadMe.txt,3615,2011-09-04
........\res

........\...\SQL_ODBC.rc2,400,2011-09-04
........\resource.h,1054,2011-09-04
........\shuju.mdb,491520,2011-09-04
........\SQL_ODBC.APS,35984,2011-09-04
........\SQL_ODBC.clw,1415,2011-09-04
........\SQL_ODBC.cpp,2091,2011-09-04
........\SQL_ODBC.dsp,4199,2011-09-04
........\SQL_ODBC.dsw,539,2011-09-04
........\SQL_ODBC.h,1346,2011-09-04
........\SQL_ODBC.ncb,41984,2011-09-04
........\SQL_ODBC.opt,49664,2011-09-04
........\SQL_ODBC.plg,1160,2011-09-04
........\SQL_ODBC.rc,5834,2011-09-04
........\SQL_ODBCDlg.cpp,7772,2011-09-04
........\SQL_ODBCDlg.h,1628,2011-09-04
........\StdAfx.cpp,210,2011-09-04
........\StdAfx.h,1074,2011-09-04

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

发表评论

0 个回复

  • vcandvs-access
    vc6.0和vs2005访问access数据库,包括增删改查,有示例,可在此基础上进行功能添加。(VC6.0 and VS2005 visit ACCESS database, including the crud, example, can be carried out on the basis of function add.)
    2013-02-07 11:09:15下载
    积分:1
  • VcPP-access-to-DAO-database
    基于C++编程下的,实现了对DAO数据库的访问功能(Based C++ programming under the realization of the DAO database access functions)
    2014-04-27 11:27:57下载
    积分:1
  • Rent
    这个一个VC连接MSSQL数据库的小软件,软件中具有对数据库中得表查询、添加、删除等功能,为你提供参考。(A VC connecting the small MSSQL database software with a table of the database query, add, delete, and other functions, provide a reference for you.)
    2009-05-01 18:43:27下载
    积分:1
  • LRU
    实现的数据库io缓存模拟程序,读入五万个地址和读写标志,输出命中率,io次数等(Io caching implemented simulation program that reads fifty thousand addresses and write flag output hits, io number, etc.)
    2015-12-19 23:52:04下载
    积分:1
  • acess
    使用MFC编写的access数据库读写,记录,搜索,提醒功能的软件(Written using MFC database access to read and write, record, search, to remind the features of the software)
    2012-02-07 23:53:50下载
    积分:1
  • CBB52
    一个完整的商业源码"远程抄表系统"其中用到了数据库操作,视频采集,数据采集等方面的功能,我觉得是学习的好东东.(A complete commercial source )
    2021-04-12 23:18:56下载
    积分:1
  • dhk1.5
    利用ADO接口使VC++6.0与sql数据库通信,里面有设账号和密码,需要修改,已经通过测试,包括数据库的增加,删除,修改等等操作。(Using VC++6.0 ADO interface allows communication with the sql database, which has set up accounts and passwords, modify, have been tested, including the database, add, delete, modify, etc. operations.)
    2020-10-29 15:09:56下载
    积分: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
  • 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
  • cppodbc
    使用C++编写的对ODBC封装类。对ODBC的主要操作进行了类的封装。(The use of ODBC written in c++ wrapper class.The encapsulation of main operation of ODBC.)
    2021-01-19 20:28:42下载
    积分:1
  • 696518资源总数
  • 105531会员总数
  • 4今日下载