登录
首页 » Visual C++ » test_database

test_database

于 2013-12-17 发布 文件大小:5662KB
0 306
下载积分: 1 下载次数: 3

代码说明:

  一个实用的有很多的数据库的操作函数,并附带了一定的说明解释。可以直接运行的MFC连接SQL的代码程序。对数据库操作的常用的不常用的函数方法都有。(There are a practical lot of database manipulation functions, and comes with a certain amount of explanation explanation. MFC can be directly connected to SQL code to run the program. Commonly used method is not commonly used functions of database operations are.)

文件列表:

test_database
.............\ADOConn.cpp,8224,2013-08-21
.............\ADOConn.h,1509,2013-08-21
.............\Debug
.............\.....\ADOConn.obj,126321,2013-08-21
.............\.....\ADOConn.sbr,0,2013-08-21
.............\.....\msado15.tlh,90710,2012-05-29
.............\.....\msado15.tli,76662,2012-05-29
.............\.....\StdAfx.obj,133571,2013-08-20
.............\.....\StdAfx.sbr,1767061,2013-08-20
.............\.....\test_database.bsc,4408320,2013-08-21
.............\.....\test_database.exe,135260,2013-08-21
.............\.....\test_database.ilk,310860,2013-08-21
.............\.....\test_database.obj,16933,2013-08-20
.............\.....\test_database.pch,9538816,2013-08-20
.............\.....\test_database.pdb,648192,2013-08-21
.............\.....\test_database.res,2552,2013-08-20
.............\.....\test_database.sbr,0,2013-08-20
.............\.....\test_databaseDlg.obj,28452,2013-08-21
.............\.....\test_databaseDlg.sbr,0,2013-08-21
.............\.....\vc60.idb,254976,2013-09-03
.............\.....\vc60.pdb,561152,2013-08-21
.............\ReadMe.txt,3705,2013-08-20
.............\res

.............\...\test_database.rc2,405,2013-08-20
.............\resource.h,691,2013-08-20
.............\StdAfx.cpp,215,2013-08-20
.............\StdAfx.h,1159,2013-08-20
.............\test_database.aps,20812,2013-09-03
.............\test_database.clw,1121,2013-09-10
.............\test_database.cpp,2309,2013-08-20
.............\test_database.dsp,4412,2013-08-20
.............\test_database.dsw,551,2013-08-20
.............\test_database.h,1505,2013-08-20
.............\test_database.ncb,173056,2013-09-10
.............\test_database.opt,55808,2013-09-10
.............\test_database.plg,260,2013-09-03
.............\test_database.rc,5261,2013-08-20
.............\test_databaseDlg.cpp,4530,2013-09-10
.............\test_databaseDlg.h,1459,2013-08-20
.............\说明.txt,142,2013-09-10

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

发表评论

0 个回复

  • ordermanager
    (VC结合SQL)订单管理系统,readme.txt中包含使用帮助信息((VC combination of SQL) order management system, readme.txt contains Help information)
    2010-06-28 15:30:12下载
    积分:1
  • Market_Invoicing_System
    一个SQL数据库的使用例子,比较完整的会员制商场进销存系统源码(Example of the use of a SQL database, complete membership malls Invoicing System source code)
    2013-01-25 21:55:50下载
    积分:1
  • student_management
    本设计主要用于一个学校成绩的管理。学生成绩信息的录入、修改、查询。内含源码和说明文档一份。通过Visual C++结合数据库Microsoft SQL Server 2008开发。(This design for a school performance management. Entry student achievement information, modify, query. Containing source and a documentation. Combined through Visual C++ Microsoft SQL Server 2008 development.)
    2020-07-03 07:20:02下载
    积分:1
  • 采购库存管理
    说明:  这个是VB环境开发的,我也是转载的把原来的Access数据库改成了SQl Server数据库.希望大家可以借鉴(this is the development environment of VB, I also reproduced in their original Access database into the SQL Server database. Hope we can learn from)
    2005-12-23 11:26:49下载
    积分:1
  • minisql
    设计并实现一个精简型单用户SQL引擎(DBMS)MiniSQL,允许用户通过字符界面输入SQL语句实现表的建立/删除;索引的建立/删除以及表记录的插入/删除/查找(Designed and implemented a streamlined single-user SQL engine (DBMS) MiniSQL, through the character interface allows the user to enter SQL statements to achieve the table create/delete index create/delete table records, as well as insert/delete/find.)
    2009-05-16 21:38:47下载
    积分:1
  • sjk
    数据库图书管理系统,包括表“readers”、“books”、“borrow ” 、“book-category” 、“member-level”、 “loss-reporting”(Database library management system, including the table " readers" , " books" , " borrow" , " book-category" , " member-level" , " loss-reporting" )
    2011-11-14 21:21:01下载
    积分:1
  • vc108423425252
    软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL设置: 将在SQL2000下建立schooldata数据库 导入数据文件 导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等 程序中有几个BUG还没解决, 实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息(software introduced : Programming Environment : windows2003 visual c stdio. net Ado SQL2000 /## SQL##################################/** set up : the establishment schooldata SQL2000 database into data files into data : data directory is a breakdown school_back database file operations : using SQL Enterprise Manager Database reduction visit to the local data into the database server, Password is set as the, um, schooldata operation of the database user name and password the same as the main database with ADO visit, Several display data and control the Treectrl, listctrl. datagrid procedures are several BUG has not yet been solved, realization of functions : : On the choice of inquiries conditions : one tree to demonstrate control information related to the tree Lane click controls to s)
    2007-01-10 12:07:01下载
    积分:1
  • jkj
    ado 访问数据库的设置,用控件实现后拷贝原码(ado access to the database settings, after achieving control with the original copy code)
    2006-06-20 09:20:48下载
    积分:1
  • test_database
    一个实用的有很多的数据库的操作函数,并附带了一定的说明解释。可以直接运行的MFC连接SQL的代码程序。对数据库操作的常用的不常用的函数方法都有。(There are a practical lot of database manipulation functions, and comes with a certain amount of explanation explanation. MFC can be directly connected to SQL code to run the program. Commonly used method is not commonly used functions of database operations are.)
    2013-12-17 16:07:55下载
    积分:1
  • GenerationInsertSql
    选择数据库中的表,自动生成备份数据文件。(Select the table in the database, automatically generate backup data files.)
    2011-07-20 09:10:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载