-
一个可以读取Access数据库表的简单实例.可应用于办公室系统中....
一个可以读取Access数据库表的简单实例.可应用于办公室系统中.-can read an Access database tables a simple example. Can be applied to the Office of the system.
- 2022-06-30 22:00:54下载
- 积分:1
-
一些数据库的实例。共12章。如第八章:
第8章数据库环境的建立
1. 用MISDBA用户登录MISDB数据库。
2. 在ISQL中,输入第8章提供的...
一些数据库的实例。共12章。如第八章:
第8章数据库环境的建立
1. 用MISDBA用户登录MISDB数据库。
2. 在ISQL中,输入第8章提供的SQL语句;或者根据表8-1至表8-4在SQL Explorer中自行创建数据表。
3. 根据表8-5至表8-7设置初始数据,另外需要在PERSON数据表中设置一个具有培训管理系统管理权限的用户(ID=’PXC’,PASSWD=’PASSWORD’,AUTHORITY=’6’,STATE=’F’)和用于外派培训的用户(ID=’PXCOUT’,NAME=’外派培训’)。
4. 修改Admin源程序中的数据库连接属性,并且重新编译training.exe。
5. 修改Client源程序中数据库连接属性,并且重新生成html文件和cab文件,然后将这两个文件拷贝到web服务器指定目录中。-some examples of the database. A total of 12 chapters. If the eighth chapter : Chapter 8 database to establish an environment. User login with MISDBA MISDB database. 2. In ISQL, the importation of Chapter 8 of SQL; Or, according to Table to Table 8-1 8-4 in SQL Explorer to create data sheets. 3. According to Table 8-5 8-7 to set up tables initial data, Another need PERSON data tables set up with a training management system for the management competence of the users (ID = "P XC ", PASSWD =" PASSWORD "AUTHORITY ="6", STATE = "F") for assignment and training of users (ID = "PXCO
- 2023-07-19 06:55:04下载
- 积分:1
-
用ASP实现的论坛开发
用ASP实现的论坛开发-ASP development forum
- 2022-08-23 07:48:57下载
- 积分:1
-
采用链式存储结构设计广义表,实现以下操作:创建广义表,取广义表的表头元素和表尾元素 求广义表的深度...
采用链式存储结构设计广义表,实现以下操作:创建广义表,取广义表的表头元素和表尾元素 求广义表的深度-Chain store use of the structural design of the generalized form, realize the following: create a generalized form, check the generalized table header elements and table elements for the end of the depth of the generalized form
- 2023-06-16 10:10:04下载
- 积分:1
-
float型而二叉树的创建及遍历
#include
#include
struct BiTNode //定义二叉树结构体
{
float data;
struct BiTNode *lchild;
struct BiTNode *rchild;
};
//二叉树创建函数
struct BiTNode *CreateTree(float *preorder,float *inorder,int lenth)
{
float *p,*q;
- 2022-12-24 11:10:03下载
- 积分:1
-
仓库管理系统简单版
仓库管理系统简单版-warehouse management system simpler version
- 2022-09-06 14:50:03下载
- 积分:1
-
c++&&qt 学生信息管理系统
学生信息管理系统,使用C++和QT语言编写而成,其中使用到数据库操作,本程序仅能在qt5以上版本运行。其中的编码需要转换。文件中还包括本人的实习论文一份!
- 2022-09-17 00:40:03下载
- 积分:1
-
一个人事信息的数据库管理的系统,很实用的,欢迎大家参考...
一个人事信息的数据库管理的系统,很实用的,欢迎大家参考-A personnel information database management systems, it is practical to welcome U.S. reference
- 2022-05-07 16:57:46下载
- 积分:1
-
本程序是在turbo c 下运行,实现多项式的相加,相减,相乘.由4个函数组成...
本程序是在turbo c 下运行,实现多项式的相加,相减,相乘.由4个函数组成-This procedure is in turbo c run, realize the sum of polynomials, subtract, multiply. 4 function by the composition of
- 2022-07-10 03:54:35下载
- 积分:1
-
数据结构中各种排序算法,数据结构中各种排序算法
数据结构中各种排序算法,数据结构中各种排序算法-data structure various sequencing algorithms, data structures of various Sort Algorithm
- 2022-11-05 13:10:04下载
- 积分:1