-
示例:备份SQL数据库和还原SQL数据库
示例:备份SQL数据库和还原SQL数据库-Example: Backup and restore SQL database, SQL database,
- 2023-04-10 13:25:03下载
- 积分:1
-
IT management systems against the management of the IT industry specific busines...
IT行业管理系统针对IT行业管理的具体业务处理工作而开发的管理软件,它采用计算机进行全面现代化方法对IT行业管理的具体业务处理工作进行管理。根据一般的要求,其主要包括的功能如下:
(1) 用户管理子系统
实现“权限维护”、“角色维护”、“用户维护”。
(2) 部门管理子系统
实现 “部门维护”。
(3) 项目管理子系统
实现“项目立项”、“项目更改”。
(4) 工作管理子系统
实现“工作报告”、“工作审批”。
(5) 文件管理子系统
实现“文件入库”、“文件下发”、“文件变更”、“文件阅读”。
(6) 统计分析子系统
实现“人员统计”、“绩效统计”。
(7) 日志管理子系统
实现“日志查看”。
应用程序开发工具 JBuilder 9
数据库 SQL Server 2000
应用服务器 WebLogic 8.1-IT management systems against the management of the IT industry specific business processes and the development of work management software, which uses computer method for comprehensive modernization of the management of the IT industry specific business processing management. Under the general requirements of its major functions, including the following : (a) user management subsystems to achieve "competence maintenance", "role of maintaining", "user maintenance." (2) management subsystems to achieve "departments maintain." (3) project management subsystems t
- 2022-03-25 02:13:45下载
- 积分:1
-
DB_LIB use of the code to the SQL Server2000 and linking various operations, pro...
本代码使用DB_LIB库对SQL SERVER2000进行连接和各种操作,提供了一个实例。-DB_LIB use of the code to the SQL Server2000 and linking various operations, provide an example.
- 2022-09-27 02:00:02下载
- 积分:1
-
实现了将图像目录保存在数据库中,可通过多个字段进行查询并动态显示,希望对图像数据库初学者有用...
实现了将图像目录保存在数据库中,可通过多个字段进行查询并动态显示,希望对图像数据库初学者有用-to achieve a catalog of images stored in a database, through a number of field inquiries and dynamic display, hope that the right image database useful to beginners
- 2022-04-18 15:24:33下载
- 积分:1
-
liti3
mysql5.5从零开始学的例题源码,第7章第8章的例题源码(mysql5.5 source code examples to learn from scratch, Chapter 7, Chapter 8 Example source)
- 2013-12-26 09:12:31下载
- 积分:1
-
sql server 学生成绩管理系统的select基础语句
sql server 学生成绩管理系统的select基础语句
- 2022-04-30 17:33:02下载
- 积分:1
-
Grammar SQL database, in
SQL数据库语法教程,深入了解SQL,对于初学者很有帮助-Grammar SQL database, in-depth understanding of SQL, very helpful for beginners
- 2022-07-25 21:40:35下载
- 积分:1
-
刚刚学习jdbc数据库,用jcreator编了一个小数据库,还可以,通过了。
功能:能够进行添加数据、修改数据、查找数据、删除数据、还可以上下翻页!
注...
刚刚学习jdbc数据库,用jcreator编了一个小数据库,还可以,通过了。
功能:能够进行添加数据、修改数据、查找数据、删除数据、还可以上下翻页!
注:
里面的东西还没有进行整理,多少还有一些凌乱。由于刚刚学,有些功能不知道,许多功能还是按照以前的知识进行写的,多少显得笨拙!但也是一种解决的方法,可供初学者
参考。
说明文档--给初学者
1、首先把数据库文件加入到SQLSERVER数据库中DATA路径下,
2、在SQL SERVER中:右键选中数据库/所有任务/附加数据库/找到需要附加数据库的路径
注意在这一步中,应该都是对号,否则就要检查是否文件名一致的问题
3、在管理工具/ODBC数据源管理器/系统DSN/添加SQLSERVER数据源/
记住:在这一步中数据源起名是OO,本机服务器是(local),要更改默认的数据库为clientregister.
-just learning jdbc database jcreator series with a small database, can also adopted. Function : to add new data, modify data, search data, delete data, but also from top to bottom flip! Note : The stuff inside has yet to be collated, there was some chaos. Just because school, some of them do not know, or many of the features found in the knowledge of writing, the number is stupid! But it is also a solution, available for advanced users. Documentation-- for a beginner, first of all database files into the database SQLSERVER DATA trails, 2, in SQL SERVER : Right-selected database/all tasks
- 2022-11-11 22:15:02下载
- 积分:1
-
开放数据库互连(ODBC)已经成为Client/Server数据库应用系统中访问远程数据库的一个标准。作为强大的前端开发工具,Visual Basic为开发者提...
开放数据库互连(ODBC)已经成为Client/Server数据库应用系统中访问远程数据库的一个标准。作为强大的前端开发工具,Visual Basic为开发者提供了多种访问ODBC数据源的途径,如JET数据库引擎、ODBC API函数、RDO接口等。比较而言,直接使用ODBC API函数的编程难度最大,但获得的存取数据库的性能也最佳。-Open Database Connectivity (ODBC) has become the Client/Server Database Application Remote Access database standards. As a powerful front-end development tools, Visual Basic developers to provide a variety of ODBC data source access channels such as the JET database engine, ODBC API function, RDO interface. Comparatively speaking, the direct use ODBC API programming the most difficult, but we have gained access to the database of best performance.
- 2022-05-22 23:08:40下载
- 积分:1
-
Oracle
Oracle的sql*plus是与oracle进行交互的客户端工具。在sql*plus中,可以运行sql*plus命令与sql语句。
我们通常所说的DML、DDL、DCL语句都是sql语句,它们执行完后,都可以保存在一个被称为sql buffer的内存区域中,并且只能保存一条最近执行的sql语句,我们可以对保存在sql buffer中的sql 语句进行修改,然后再次执行。
除了sql语句,在sql*plus中执行的其它语句我们称之为sql*plus命令。它们执行完后,不保存在sql buffer的内存区域中,它们一般用来对输出的结果进行格式化显示,以便于制作报表。
本文章就介绍一下一些常用的sql*plus命令。
-Oracle
- 2023-04-04 08:20:04下载
- 积分:1