登录
首页 » Visual C++ » sqlTest100929

sqlTest100929

于 2021-01-21 发布 文件大小:3574KB
0 359
下载积分: 1 下载次数: 25

代码说明:

  一个在VC6里运用SQL语言,通过DAO方法访问ACCESS文件的vc工程。实现的功能有:创建MDB文件,新建、删除表单,对某表添加、删除、插入、修改记录。(A vc Project by sql language by DAO. It can create mdb file,or create a new tab,delete a tab,also add,delete ,insert collcetion in a certain tab. )

文件列表:

sqlTest100929
.............\AccessDb.mdb,514048,2010-11-06
.............\Debug
.............\.....\sqlTest100929.exe,1773674,2010-11-06
.............\.....\sqlTest100929.ilk,2125668,2010-11-06
.............\.....\sqlTest100929.obj,13614,2010-10-09
.............\.....\sqlTest100929.pch,5907096,2010-09-30
.............\.....\sqlTest100929.pdb,3433472,2010-11-06
.............\.....\sqlTest100929.res,9160,2010-10-09
.............\.....\sqlTest100929Dlg.obj,66229,2010-11-06
.............\.....\StdAfx.obj,112603,2010-09-30
.............\.....\vc60.idb,214016,2010-11-06
.............\.....\vc60.pdb,405504,2010-11-06
.............\ReadMe.txt,3705,2010-09-29
.............\res

.............\...\sqlTest100929.rc2,405,2010-09-29
.............\resource.h,1427,2010-10-09
.............\sqlTest100929.aps,36436,2010-10-09
.............\sqlTest100929.clw,1952,2010-11-07
.............\sqlTest100929.cpp,1955,2010-09-29
.............\sqlTest100929.dsp,4181,2010-09-29
.............\sqlTest100929.dsw,551,2010-09-29
.............\sqlTest100929.exe,1765482,2010-09-30
.............\sqlTest100929.h,1401,2010-09-29
.............\sqlTest100929.ncb,58368,2010-11-07
.............\sqlTest100929.opt,131072,2010-11-07
.............\sqlTest100929.plg,1173,2010-11-06
.............\sqlTest100929.rc,6131,2010-10-09
.............\sqlTest100929Dlg.cpp,11533,2010-11-06
.............\sqlTest100929Dlg.h,1675,2010-10-09
.............\StdAfx.cpp,215,2010-09-29
.............\StdAfx.h,1048,2010-09-30

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

发表评论

0 个回复

  • OperateAccess
    VC中利用MFC进行ADO数据库编程实例(ADO database programming examples in VC using MFC)
    2012-02-17 19:17:04下载
    积分:1
  • 2
    说明:  本次课程设计的任务是:针对学院的计算机系本科课程,根据课程之间的依赖关系,制定课程安排计划,并满足各学期课程数日大致相同。按照用户输入的课程数,学期数,课程间的先后关系数目以及课程间两两间的先后关系,程序执行后会给出每学期应学的课程。 (1) 输入的形式和输入值的范围:输入间用空格隔开。要求用户输入的课程数小于20,学期数小于或是等于8,课程名的长度小于等于10个字符。 (2) 程序所能达到的功能:按照用户的输入,给出每学期应学的课程。 (The task of curriculum design are: for the Institute of Computer Science undergraduate courses, according to the dependencies between programs to develop curriculum plans and meet a few days each semester or less the same. In accordance with the user to enter the course number, semester the number of the sequence of the relationship between the number of courses and course sequence of 22 inter-relationships, program execution is given after each semester should learn. (1) input in the form of and input value range: Enter the rooms separated by a space. Requires the user to enter the course number is less than 20, the number is less than or equal to 8 semester courses were less than or equal to the length of 10 characters. (2) program can achieve the function: In accordance with the user' s input, is given each semester to be science courses.)
    2009-12-25 00:18:04下载
    积分:1
  • A-better-Database
    说明:  一个国外人用Microsoft Visual C++开发的小数据库。可以看看。这是他工作的东西哦。(a foreign people using Microsoft Visual C development of a small database. Look. This is the work of the things he Oh.)
    2006-03-17 19:24:14下载
    积分:1
  • 2009423152156849795
    vb6.0实现智能疾病的诊断~vb6.0和access数据库联合开发
    2010-12-03 22:16:15下载
    积分:1
  • VB_Access
    实现Visual Basic 与Access数据库的链接,包括Access数据库的打开、数据的写入、读出、删除、更新等!(It not only enable you to open the Access database but also input, output, delet and update the data in Access)
    2009-09-14 16:31:08下载
    积分:1
  • getConnectionString
    ADO获取数据库连接字串的源代码。不少程序员为数据库的连接字串而发愁,好了,这下可以为你获取这个连接字串了。(ADO database connection string to obtain the source code. Many programmers for the database connection string and worry about, well, thought you这下可access to the connection string of the.)
    2008-04-08 09:40:43下载
    积分:1
  • Ado
    VC 通过ado技术连接access数据库,实现增删改查(The VC connection access database ado technical CRUD)
    2012-08-23 16:23:12下载
    积分:1
  • VC-Ado-Oracle
    本例子是在VC下用ADO链接ORacle数据库的一个实例,在界面中通过输入数据源名,用户名,密码,点击链接之后,若是成功,则会在listbox里显示所有的表,当双击某一个表时,则会在右边的listcontrol 中显示相应的表中数据。(this application is a good example to connect Oracle with ADO under the enviroment of visual C++ 6.0.After entering your datasource name,uer name,and your code ,click the connect button ,if no error,you will see all table of the datasource.the datas will show while you double click a table in the list box.)
    2010-07-21 17:03:35下载
    积分:1
  • ADOTest
    本人自己编写的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.)
    2020-10-29 14:59:57下载
    积分:1
  • Ado999999
    Ado 实现C++对象的存取,Ado 实现C++对象的存取 Ado 实现C++对象的存取 (C Ado achieve the target access, C Ado achieve the target to achieve access Ado C Object Access Ado achieve C Ado Object Access to achieve C like acce)
    2007-02-04 12:09:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载