登录
首页 » 数据结构 » 1. Still used MyDatabase database, with SYSDBA user login. 2. In ISQL, followed...

1. Still used MyDatabase database, with SYSDBA user login. 2. In ISQL, followed...

于 2023-06-03 发布 文件大小:79.87 kB
0 116
下载积分: 2 下载次数: 1

代码说明:

1. 仍然使用MyDatabase数据库,用SYSDBA用户登录。 2. 在ISQL中,依次输入第4章的数据表创建SQL语句;或者根据表4-1至4-8自行创建数据表。(可以直接使用光盘提供的MyDatabase.GDB数据库。) 3. 使用MyDB数据库连接,在SQL Explorer中输入原始数据。除了表4-9和表4-10的内容,还需要在USER_PASS表中设置一个权限为’3’的JWC用户名,用于课程的调度;设置若干个教师的账号(需要在TEACHER数据表中设置相应信息),权限为’2’;若干学生的账号。 4. 修改源代码中数据库连接组件Database的参数,包括服务器地址、登录用户名和默认密码。 -1. Still used MyDatabase database, with SYSDBA user login. 2. In ISQL, followed importation of Chapter 4 of the data table creation SQL; Or, according to Table 4-1 4-8 to set up a data table. (CD can be used directly for the MyDatabase.GDB database.) 3. Use a few MyDB According to the Link, SQL Explorer in the original input data. In addition to Table 4-9 and table of contents 4-10. USER_PASS also need a table set up the authority of the"3 "JWC user name, for course scheduling; Several teachers set up the account (in TEACHER data tables set up corresponding information), the authority of"2 "; Several student"s account. 4. Modifying the source code, database

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

发表评论

0 个回复

  • 使用指针实现的自然归并排序。是学习指针和的很好的资料,要的就快下吧。...
    使用指针实现的自然归并排序。是学习指针和数据结构的很好的资料,要的就快下吧。-use of the natural target to achieve its stock ranking. Yes learning targets and data structure of good information to the fast are you.
    2023-02-11 12:25:03下载
    积分:1
  • Flexible Vector and Matrix Classes enable to use vectors and matrixes with ar
    Flexible Vector and Matrix Classes enable to use vectors and matrixes with arbitrary bounds. Content. 1. Algorithm 2. Classes 3. Program Files 4. Tests 5. Compiling 6. Running (Log File) 7. Download
    2022-01-25 20:22:55下载
    积分:1
  • Hotel management program, mainly for small a la carte restaurant cash register,...
    酒店管理程序,主要用于小型饭店点菜收银,功能完备-Hotel management program, mainly for small a la carte restaurant cash register, a fully functioning
    2022-07-05 03:10:30下载
    积分:1
  • 外部合并排序内存分配
    应用背景外部排序是一个类排序算法,可以处理大量的数据。外部排序时,需要做数据排序不适合在主存储器的计算设备(通常是内存),相反,他们必须驻留在较慢的外部存储器(通常一个硬盘驱动器)。外部排序通常采用混合排序合并策略。在排序阶段,数据块足够小在主内存中进行读取、排序和写入到一个临时的文件。在合并阶段,排序的子文件合并成一个单一的较大文件。关键技术大多数外部排序例程是基于归并排序。他们通常打破一个大的数据文件转化为一个较短的,排序的运行。这些可以通过反复读取数据文件中的一段数据,生成内存,它与普通的快速排序,排序,排序后的数据写入磁盘。经过排序的运行已产生,一个合并算法是用来将排序文件组合成更长的排序文件。最简单的方案是使用双向合并:合并排序2排序文件到一个文件,然后合并2等等,直到有一个大的排序文件。一个更好的计划是一种多路归并算法:它可能合并也许128更短的运行起来。
    2023-05-07 15:35:02下载
    积分:1
  • 此为刷卡器充值上位机软件,包括COM口检测各种无效卡显示,及其VB界面的各种设置。及其库的设置。麻雀虽小五脏俱全,对于学习VB的新手来说会很有帮助...
    此为刷卡器充值上位机软件,包括COM口检测各种无效卡显示,及其VB界面的各种设置。及其数据库的设置。麻雀虽小五脏俱全,对于学习VB的新手来说会很有帮助-This is the credit card recharge PC browser software, including COM port detected a variety of invalid card show, and the VB interface, various settings. And database settings. Sparrows are small is a fully-equipped for learning VB would be helpful for the novice
    2022-03-05 01:42:30下载
    积分:1
  • 求最大公约和最小公倍的程序,输入两个,能求出最大公约和最小公倍...
    求最大公约数和最小公倍数的程序,输入两个数,能求出最大公约数和最小公倍数-seek common denominator and implements procedures to import two few, the common denominator can be obtained and implements
    2022-02-11 22:12:42下载
    积分:1
  • 中的各种各样的排序算法
    数据结构中的各种各样的排序算法-data structure of a variety of Sorting Algorithm
    2022-01-26 03:17:36下载
    积分:1
  • 快速排序 基本思想:通过一趟排序,将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录进行排序,以达到整...
    快速排序 基本思想:通过一趟排序,将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录进行排序,以达到整个序列有序-Basic idea of quicksort: sort through the trip, will be to sort records is separated into two independent parts, some of which are recorded in another part of the record than keyword keyword small, then the two were part of the record sort, so as to achieve the entire sequence of orderly
    2022-03-10 10:21:56下载
    积分:1
  • 在 PHP 中的学生出勤跟踪系统项目
    出勤跟踪系统项目是一个 (PHP) 基于 web 应用程序。此 web 应用程序可以执行跟踪学生考勤信息为每个单独的类。跟踪基于主题为不同的流的教师考勤信息。教师可以在短时间 (即在数据库中可用查看学生出席会议的详情和向学生进行关于他/她的状态。教师可以分析考勤并该月份的总数叶左。考勤跟踪系统项目类别:基于 PHP 的 Web 应用程序的最后一年项目出勤跟踪系统方案设计:当用户运行此应用程序主要登录窗体显示与教师登录和学生登录框。每一位教师将有唯一的用户名称和密码以登录到系统以查看出勤。学生可以输入用户名称,并检查出席会议的详情。还有学生无需密码。学生还可以为搜索出勤记录使用 USN (登记号)。软件要求:PHP 编程MYSQL 数据库此应用程序中的窗体的列表:登录表单: 教师要登录到系统,若要查看现有记录请检查登录: 检查与数据库记录的用户名称和密码的详细信息注销: 教师可以从应用程序注销,跟踪完毕后检索: 当学生记录请求详细信息是从数据库的 retirved。检索老师: retiving 从数据库被显示的教师记录的详细信息。更新: reocrd 的新细节将更新使用此窗体。
    2022-04-17 01:37:07下载
    积分:1
  • DES algorithms library,很经典的DES算法库。
    DES algorithms library,很经典的DES算法库。-DES algorithms library, the classic DES algorithm library.
    2022-08-19 04:42:55下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载