登录
首页 » SQL Server » 商店管理系统 Visual c+++ MSSQL源代码

商店管理系统 Visual c+++ MSSQL源代码

于 2023-09-08 发布 文件大小:447.70 kB
0 194
下载积分: 2 下载次数: 1

代码说明:

商店管理系统 Visual c+++ MSSQL源代码-failed to translate

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

发表评论

0 个回复

  • 这是一个很好的基于数据库的系统,本系统是用C语言编的,很有参考价值。...
    这是一个很好的基于数据库的系统,本系统是用C语言编的,很有参考价值。-This is a very good database on the system, the system is addendum to the C language, of great reference value.
    2022-03-13 00:06:02下载
    积分:1
  • 详细的学生管理系统
    一、源码描述     这是一款有关学生信息管理系统的源码,该系统是一个集成多功能的信息管理系统,有教师资料管理、学生管理、班级管理、专业管理、课程管理、成绩管理和院系管理功能模块。可以作为毕业设计或者课程设计使用以及学习交流使用,感兴趣的同学们可以下载哦。 二、功能介绍     1、教师管理:教师资料管理、教师资料添加。     2、学生管理:学生资料添加、学生资料管理、学生所在院系资料、学生所在专业资料。     3、课程管理:课程资料管理、课程资料添加、课程类别资料。     4、成绩管理:学生成绩查询、学生成绩录入。     5、班级管理:班级资料管理、班级资料添加。 三、源码特色     1、充分利用了Asp.net2.0中的GridView、Datalist、SiteMap等控件,利用了存储过程 。     2、用户实现了超级管理员和普通用户的分级管理 。  四、注意事项     1、后台超级管理员是:admin 用户名密码是admin888     2、开发环境为Visual Studio 2010,数据库为SQL Server 2008,数据库文件在DB文件夹中,使用.net 2.0开发。     3、默认数据库连接字符串在webconfig配置文件中修改。     4、该源码需要在ie兼容视图模式下运行。
    2022-09-09 07:20:02下载
    积分:1
  • Student Information Management System, the background using SQL SERVER system to...
    学生信息管理系统,后台采用sqlserver系统,支持选课、成绩查询、评教
    2022-08-05 14:53:03下载
    积分:1
  • SQL
    SQL技术培训文档,SQL语句操作性能进行优化方面,很有技术参考价值。(SQL technical training documents, SQL statements, operating performance optimization, very technical reference value.)
    2015-11-03 11:10:49下载
    积分:1
  • 冰激淋店管理
    它包含完整的冰激淋店管理解决方案。库存、 销售、 库存管理
    2022-04-09 15:55:01下载
    积分:1
  • 本书学习SQL 2使用:1。在Win95。在Win98安装PWS(Win98中…
    SQL学习宝典2.0的使用说明: 1.在win95,win98下要安装PWS(win98安装盘里有). 2.把sql2目录设为虚拟目录。 2.在浏览器中运行http://localhost/sql2/index.asp. SQL学习宝典2.0的功能说明: 1.学习和检验SQL语句,输入SQL语句即可执行,及时显示结果。 2.assess数据库显示,显示数据库中的所有表名和所有表的记录, 包括字段类型。可以在conn.inc文件中把xx.mdb换成你自己的数据库名, 其他程序不用修改即可使用。 3.收藏大量经典SQL语句,用户可以添加收藏。 4.所有程序均有详细说明。是ASP+ACCESS的最好实例。是ASP程序员的好帮手。 使用对象:ASP编程人员,学习和使用SQL语句的人 -book learning SQL 2.0 for use : 1. In win95. win98 installed under PWS (win98 installation of a tray). 2. put sql2 Set Virtual Directory Contents . 2. The browser running http :// localhost/sql2/index.asp. learning SQL 2.0 treasury functions Note : 1. learning and testing the SQL statements in SQL input can be executed, timely result will be displayed. 2.assess database, the database shows all the tables in the name of the table and all records, including field type. The documents include the conn.inc xx.mdb replaced by your own database name. other procedures need not be amended in order to use. 3. A collection of cl
    2022-08-16 19:05:26下载
    积分:1
  • 简单的VC与SQL Sever连接的小程序
    简单的VC与SQL Sever连接的小程序-Simple VC and SQL Sever connection applet
    2022-05-31 16:36:23下载
    积分:1
  • 一、实验目的 1)理解视图的概念。 2)掌握创建视图的方法。 3)掌握更改视图的方法。 4)掌握用视图管理数据的方法。 二、实验内容 3...
    一、实验目的 1)理解视图的概念。 2)掌握创建视图的方法。 3)掌握更改视图的方法。 4)掌握用视图管理数据的方法。 二、实验内容 3、用T-SQL语言创建、管理视图 (以下题目需提交) (1)创建视图 1)创建一个名为stuview2的水平视图,从数据库XSGL的student表中查询出性别为“男”的所有学生的资料。并在创建视图时使用with check option。(注:该子句用于强制视图上执行的所有修改语句必须符合由Select语句where中的条件。) T-SQL语句为: Create view stuview2 As Select * From student Where sex= 男 -1, experimental purposes 1) understand the concept of view. 2) to master the method to create the view. 3) control to change the view method. 4) The master with the view of management data. Second, the contents of three experiments, using T-SQL language to create, manage view (the following topics should be submitted) (1) create a view of a) Create a file called stuview2 level view of the student table from the database query XSGL the gender as " male " All the students information. Used in the creation of the view with check option. (Note: This clause is used to force all the modifications performed on the view must be consistent with statements
    2023-09-08 05:20:03下载
    积分:1
  • 可以分页的ListView
    可以分页的ListView,可以绑定数据源,有实例源码可以参考。使用前,请用regsvr32进行注册
    2022-12-28 18:10:04下载
    积分:1
  • 编写触发器,记录表字段修改记录
    编写触发器,记录表字段修改记录-The preparation of flip-flop, a record sheet to amend record field
    2022-03-03 02:50:37下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载