登录
首页 » Visual C++ » CarService

CarService

于 2021-04-05 发布 文件大小:892KB
0 366
下载积分: 1 下载次数: 0

代码说明:

说明:  汽车维修管理系统。系统是在VC++和SQL Server 2000下开发的. 数据库文件需要在SQLSERVER的查询分析器中恢复. 因为程序极为经典,所以上传。编程环境: visual stdio c++ .net,Ado + SQL2000 。SQL设置: 将在SQL2000下建立CarService数据库,导入数据文件。主要用ADO访问数据库。。。 主要功能: 查询,添加,删除,显示信息(Vehicle Maintenance Management System. System is in VC++ and SQL Server 2000 under the development. SQLSERVER database files need to recover the query analyzer. Because the program is extremely classic, so upload. Programming environment: visual stdio c++. Net, Ado+ SQL2000. SQL settings: Under the establishment of CarService in SQL2000 database, import data files. The main access to the database using ADO. . . Main functions: query, add, delete, display information)

文件列表:

_recordset.h
ADOConn.cpp
ADOConn.h
adodc.cpp
adodc.h
BugEditDlg.cpp
BugEditDlg.h
BugManDlg.cpp
BugManDlg.h
Bugs.cpp
Bugs.h
CarService.aps
CarService.clw
CarService.cpp
CarService.dsp
CarService.dsw
CarService.h
CarService.ncb
CarService.opt
CarService.plg
CarService.rc
CarService.sln
CarService.suo
CarService.vcproj
CarServiceDlg.cpp
CarServiceDlg.h
column.cpp
column.h
columns.cpp
columns.h
datacombo.cpp
datacombo.h
dataformatdisp.cpp
dataformatdisp.h
datagrid.cpp
datagrid.h
field.cpp
field.h
fields.cpp
fields.h
font.cpp
font.h
Global.cpp
Global.h
ItemEditDlg.cpp
ItemEditDlg.h
ItemManDlg.cpp
ItemManDlg.h
Items.cpp
Items.h
ListBug.cpp
ListBug.h
ListBugEditDlg.cpp
ListBugEditDlg.h
ListBugManDlg.cpp
ListBugManDlg.h
ListItem.cpp
ListItem.h
ListItemEditDlg.cpp
ListItemEditDlg.h
ListItemManDlg.cpp
ListItemManDlg.h
ListMatEditDlg.cpp
ListMatEditDlg.h
ListMaterial.cpp
ListMaterial.h
ListMatManDlg.cpp
ListMatManDlg.h
LoginDlg.cpp
LoginDlg.h
Material.cpp
Material.h
MaterialEditDlg.cpp
MaterialEditDlg.h
MaterialManDlg.cpp
MaterialManDlg.h
PasswdDlg.cpp
PasswdDlg.h
picture.cpp
picture.h
properties.cpp
properties.h
property.cpp
property.h
ReadMe.txt
Registration.cpp
Registration.h
RegistrationEditDlg.cpp
RegistrationEditDlg.h
RegistrationManDlg.cpp
RegistrationManDlg.h
resource.h
selbookmarks.cpp
selbookmarks.h
split.cpp
split.h
splits.cpp
splits.h
StdAfx.cpp
StdAfx.h

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

发表评论

0 个回复

  • pilot
    一个简单的数据库SQL2000管理查询,列举,更新,插入还有MFC控件的设置等,里面有一个SQL脚本支持库表(A simple database query SQL2000 management, list, update, insert, as well as the MFC control settings, etc., which has a SQL script support library table)
    2014-08-30 00:23:02下载
    积分:1
  • medicine
    由VC++编写并连接SQL Server数据库的对药物进行管理的系统,包含了源代码(Prepared by the VC++ and connect to SQL Server database management system for drugs, including the source code)
    2013-11-18 14:44:30下载
    积分: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
  • renshikaoqinguanlixitong
    用MFC和SQL200开发的人事考勤管理系统,ADO链接数据库,有源代码和说明文件(With the MFC and SQL200 development of personnel time and attendance management system, ADO link database, source code and documentation)
    2013-04-25 20:06:37下载
    积分:1
  • SQL_DataBase
    实现用vc++对sql server 数据库的管理 常用sql语句的使用(Achieved with the vc++ on the sql server database management used to use sql statements)
    2020-11-08 11:39:47下载
    积分:1
  • UseProcedure
    在ADO中调用、执行SQL Server中的存储过程(The ADO call, the implementation of SQL Server stored procedure)
    2010-06-20 19:41:37下载
    积分: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
  • 2004040511154731897
    vb+sql的汽车销售管理信息系统 好不好你就给个号我急(vb sql automobile sales management information system is good you gave them out, I hasten)
    2007-07-05 16:43:55下载
    积分:1
  • MFCSQL_20100507
    Visual C++ MFC,连接SQL2005数据库,查询数据,并添加数据到数据库。(use the c++ mfc ,to connection the sql server 2005 database,insert some data to the database and then select the data in it.)
    2020-11-01 11:39:54下载
    积分:1
  • HCDB
    超市管理系统,主要应用了ADO对象操作数据库的技术。在数据库操作中涉及复杂SQL语句的构造方法、列表控件、Tab控件及树型控件的使用方法。 代码来源:《亮剑Visual C++ 项目开发案例导航》第三章(Visual C++ code about supermarket management sys)
    2015-03-11 13:59:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载