搜索资源列表
xjglxt
- 事例介绍了19种为数据库添加新记录的方法。作为使用ADO和DAO以及SQL语句的各种操纵数据库的手段。使用注意:使用代码灵活但容易出错,直接配置控件简单但不灵活。本例中没有使用ODBC和DSN,而是用VB和ACCESS数据库通过JET连接为例子。请随便修改和使用本例,但在复制过程中请保留本例所有文件的完整性。-examples of 19 species to the database to add a new recording method. As DAO and use ADO and S
zxksxt
- 该在线考试系统主要采用ASP、HTML、Access数据库、VBscr ipt、SQL等技术和工具,整体设计遵循软件工程的方法,经过需求分析、总体设计、文档和代码的编制、模块测试和系统实现几个阶段。-the online exam system is mainly used ASP, HTML, Access database, VBscr ipt, SQL, and other techniques and tools, the overall design follows the softw
library(jbuilder)
- 这是一个用jbuilder2005编写的图书管理系统,数据库的sql代码和相关使用说明请文件夹中的说明文档和帮助文档-jbuilder2005 prepared by the library management system, sql database related to the use of codes and descr iption of the folder documentation and help files
cs_xy
- 学生管理系统,用VB编写的.使用方便,设置到了SQL SERVER 的应用.操作简单.代码齐全.-student management system, prepared by the VB. Easy to use, to set up a SQL Server application. simple operation. code complete.
学生成绩管理系统
- 学生成绩管理系统 注:此代码中的数据库文件为SQL Server2000数据库备份文件。由于作者SQL Server安装目录位于“D:\\Program Files”,因此请按以下步骤还原数据库:选择“所有任务->还原数据库”,在还原数据库对话框中选择“选项”属性页。将两个“还原为”的路径更改为存在的路径。即可完成还原。该备份默认在D:\\Program File目录下。这是作者的数据库目录。因此应改到您自己的SQL Server目录下。
sql
- SQL 数据库 学生成绩管理代码 课程设计 同学们有福
library_SQL
- 图书管理系统 SQL版 代码中的数据库不用任何设置,因为本程序为了能好移植到其它的计算机数据库的链接都是动态进行的。 通过本程序你可以了解一些界面设计的技巧以及如何进行数据库路径的动态设置与链接。 程序运行的密码为123,-Library Management System SQL code version of the database without any setup, because the procedure can be good for transplantation to oth
vcbookmanagement
- vc++和SQL Server2000实现图书管理系统,在此示例中大家可以学习到如何编写自制控件,如何在对话框程序中实现打印功能,如何通过代码来改变按键功能等等。-vc++ and SQL Server2000 realize library management system, in this example that everyone can learn how to write self-control, how to realize in the dialog process print
xyxxxxglxt
- 轩圆学生信息管理系统 081029修正了成绩数据浏览时查看单个学生成绩时总分排名显示表格问题。 //=============================================== 081004增加了学生问题反馈功能。 //================================================ 080804增加了数据库备份还原功能,修正部分代码 //==========================================
ClassManagement
- 适用一般于毕业设计! VB代码源加SQL 数据库 -Designed to apply the general graduation! VB source code add SQL database
StudentSystem
- 简单的学生管理系统。 本代码使用的默认数据库环境是MS SQL Server, study_bak是从MS SQL Server中BACKUP出来的库文件。 在使用前请先RESTORE到study库中。 假如您restore失败,可以用study.sql脚本创建所有表格与视图并自行添加数据。-Simple student management system. The code uses the default database environment is MS SQ
275522395
- 学生交费系统代码 使用SQL several2000+VB编写的 值得一下-Student payment system code uses the SQL several2000+ VB prepared worth about
xueji
- 该代码使用c#与sql数据库实现了简单的学生学籍管理系统-The code uses c# and sql database to achieve a simple Student Management System
StudentManager
- 学生管理系统 C#+SQL 适合入门的新手朋友参考 不错的代码-Student Management System C#+ SQL reference for a novice user friends
guanli
- 班级学生管理系统,基于java和数据库sql一个课程设计,应用于java课程设计相关的任何设计,内涵代码及完整设计书-Class student management system, based on java and sql database, a curriculum design, used in any java-related curriculum design, content code, and complete design document
biyeshengguanlixitong
- 毕业生信息管理系统,用sql server2000为后台工具,c语言编程,有论文和程序代码-Graduate information management system, using sql server2000 as a background tool, c language programming, there are papers and code
CtrlListDatabase
- 本文以“学生信息管理”系统雏形为例子,介绍在MFC下如何使用ADO连接数据库编程,并给出示例代码。下面内容第一至四节介绍如何采用ADO连接数据库、关闭数据、执行sql语句及如何用另一种方式执行常用的select语句。第五节介绍如何使用Datagrid控件:建立_RecordsetPtr对象与Datagrid控件之间的绑定,通过改变_RecordsetPtr对象的内容更新数据库表的记录。第一至四节的内容请参考代码“CtrlListDatabase.rar”,第五节内容请参考“Datagrid.ra
My-Web
- 该代码是本人课程设计的实验结果,主要是利用Dreamwaver+SQL Server构建一个学生信息管理系统,该份代码完整的包含对数据库的一般操作,包括:添加记录集、插入记录、修改记录等操作。另外,数据库文件包含.mdf和.ldf这两个文件,各位TX只要将其加载到你的SQL数据库软件中即可使用!-The code is my curriculum design experiments, mainly using Dreamwaver+ SQL Server to build a student
SSMS
- 一个简单的学生成绩管理系统,有成绩插入,删除和查询。分为管理员和普通用户两个角色,管理员需要登录验证。内附有数据库文件。采用SQL Server 2000数据库。仅供大家参考和学习。请勿用于商业用途。 此系统为本人原创代码-Student Score Manage System.There are some functions.Insert,Delete,Select,and so on.The system have two role,are admin and visitor.admin
SQL-Server
- 基于数据库SQL-Server学生成绩管理系统的界面设计程序代码及实验相关文档说明-Student performance management database system written in C language 统