登录
首页 » 软件系统 » 摘要:报告描述了在同组人员吴玉成同学完成学籍管理系统的后台数据库开发的基础上,本人用visual basic完成前台开发过程及其代码。在开发后台数据库的时候,是...

摘要:报告描述了在同组人员吴玉成同学完成学籍管理系统的后台数据库开发的基础上,本人用visual basic完成前台开发过程及其代码。在开发后台数据库的时候,是...

于 2022-08-15 发布 文件大小:89.69 kB
0 243
下载积分: 2 下载次数: 1

代码说明:

摘要:报告描述了在同组人员吴玉成同学完成学籍管理系统的后台数据库开发的基础上,本人用visual basic完成前台开发过程及其代码。在开发后台数据库的时候,是严格按照软件工程原理的方法做的。但是考虑到本人对开发工具vb不是很熟,所以在前台设计的时候也只是完成了部分的功能。我们把重点都放在数据库的后台设计开发上。对整个数据库做了详细的分析设计。这部分的报告在同组人员吴玉成的报告中。我的报告不再重复。Vb虽然有很多方法和数据库建立连接,也有很多控件可以直接对数据库的数据进行操控,但是为了实现一些有意义的功能,而不是简单的上一条记录下一条记录等查看。与ADO数据访问控件不同,ADO操作数据主要使用程序代码。通过代码创建对象,与数据源连接,执行命令等。 关键字:与sql server 2000建立连接;vb实现 -Abstract : report describes the same team WU Yu-cheng students Maintenance Management System completed the background database development on the basis of I use visual basic completion of the development process and its prospects code. Background in the development of the database, is in strict accordance with the principles of software engineering methods do. However, considering that my right development tools vb is not perfectly so in the future design of the only completed part of the function. We have to focus on the background of database design and development on. Of the entire database as a detailed analysis of the desi

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

发表评论

0 个回复

  • #define STRM_FROM_RADIO_TO_MAC 0 #define STRM_FROM_MAC_TO_RADIO 0
    #define0 STRM_FROM_RADIO_TO_MAC #define0 STRM_FROM_MAC_TO_RADIO / * 头 processinginterrupt 类型 * / intrpt_type = op_intrpt_type (); intrpt_code = op_intrpt_code (); / * 检查延迟和优先级的详细信息 * / intrpt_type = op_intrpt_type
    2022-05-20 14:11:13下载
    积分:1
  • this is avr source zip file. there is so usefu
    this is avr source zip file. there is so usefu-this is avr source zip file. there is so usefull
    2022-08-14 05:01:36下载
    积分:1
  • 利用Dreamweaver和Access实现许愿墙的设计
    利用Dreamweaver和Access实现许愿墙的设计-To use Dreamweaver and Access to achieve the design of the Wishing Wall
    2022-10-09 07:00:03下载
    积分:1
  • the manual to provide guidance and advice to enable you to build a team developm...
    本手册提供指导和建议,使您能够成功地建立一个团队开发环境并且工作于其中。 如果您正要开始一个.NET团队开发项目,首先需要了解在一个团队开发环境中如何完成开发过程。需要知道如何设置并且使用Microsoft® Visual Studio® .NET集成开发环境(IDE)提供的团队开发特性,并且还需要掌握相关开发技巧(例如如何正确地设置组件引用),开发团队成员们将遵循这些技巧以保证团队工作能顺利开展。 -the manual to provide guidance and advice to enable you to build a team development environment and working in it. If you just started one.NET team development projects, first need to understand in a team development environment how to complete the development process. Need to know how to set up and use Microsoft
    2022-01-28 00:38:24下载
    积分:1
  • 侦测程序代码
    一个很好的设备管理器扫描工具,对硬件童鞋有帮助.运用系统的devicechange消息。利用vs2005工具开发的USB外设拔插检测,并列举相应设备信息。-VS2005 tools developed by the use of USB peripherals plug testing, and lists the corresponding device information.
    2022-07-08 20:43:25下载
    积分:1
  • 一个酒店管理
    一个酒店管理系统--A Hotel Management System
    2022-03-28 18:33:54下载
    积分:1
  • 再分配和使用源代码和二进制形式,有或没有
    Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met-Redistribution and use in source and binar y forms, with or without modification, are permitted provided that the following+8 itions are met.
    2022-03-24 01:50:05下载
    积分:1
  • WIN2000 Driver Design Guide; DDK learning experience; Visual Studio 6.0 integrat...
    win2000驱动程序设计指南;DDK学习经验;Visual Studio 6.0集成环境中开发设备驱动程序的方法 ;驱动程序开发工具简介。-WIN2000 Driver Design Guide; DDK learning experience; Visual Studio 6.0 integrated development environment of the device driver; Driver Development Tools briefing.
    2022-01-25 15:59:13下载
    积分:1
  • 这是一份国家标准的项目开发月报文格式模板,供大家参考(GB8567――88),...
    这是一份国家标准的项目开发月报文件格式模板,供大家参考(GB8567――88),-This is a national standards project development Monthly file format template for your reference (GB8567- 88),
    2022-08-17 15:35:16下载
    积分:1
  • 线程同步是一个非常大的话题,包括方方面面的内容。从大的方面讲,线程的同步可分用户模式的线程同步和内核对象的线程同步两大类。用 户模式中线程的同步方法主...
    线程同步是一个非常大的话题,包括方方面面的内容。从大的方面讲,线程的同步可分用户模式的线程同步和内核对象的线程同步两大类。用 户模式中线程的同步方法主要有原子访问和临界区等方法。其特点是同步速度特别快,适合于对线程运行速度有严格要求的场合。 在MFC中封装了CCritionSection等对象可以对共享资源进行锁定 -thread synchronization is a very big issues, including all aspects of the content. From the side, thread synchronization can be divided into user mode and kernel threads simultaneously targeting two types of thread synchronization. User mode thread synchronization method main atomic visit and the critical areas were used. Its characteristics are synchronous speed faster suited to the thread running speed strict requirements of the occasion. Packaging in the MFC CCritionSection and other objects can share resources lock
    2022-01-22 02:01:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载