-
B/S版ERP安装方法
1、安装IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000
2、将目录C...
B/S版ERP安装方法
1、安装IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000
2、将目录Copy_of_ERP和webctrl_client复制到C:/Inetpub/wwwroot下,并将Copy_of_ERP目录设置成IIS虚拟目录
3、在SQL Server2000中新建一个Storage用户和LXTXERP数据库,然后将Data目录中的LXTXERP.BAK数据库备份文件还原
4、修改Copy_of_ERP目录下的Web.config文件的连接属性sa用户的密码:
5、在Windows管理工具中打开Internet 服务管理器,运行Copy_of_ERP中的Login.aspx打开ERP登录页面,默认用户:admin 密码:123
6、OK-B/S version of ERP installation method 1, the installation IIS5.0, Microsoft. NET Framework 1.1 and SQL Server20002, will webctrl_client directory Copy_of_ERP and copied to C:/Inetpub/wwwroot under Copy_of_ERP directory and IIS virtual directory set to 3, in SQL Server2000 in Storage to create a new user and LXTXERP database, and then Data directory LXTXERP.BAK database backup file to restore the 4, to amend Copy_of_ERP directory Web.config file Connection Prop
- 2022-01-25 22:42:09下载
- 积分:1
-
一、实验目的
1)理解视图的概念。
2)掌握创建视图的方法。
3)掌握更改视图的方法。
4)掌握用视图管理数据的方法。
二、实验内容
3...
一、实验目的
1)理解视图的概念。
2)掌握创建视图的方法。
3)掌握更改视图的方法。
4)掌握用视图管理数据的方法。
二、实验内容
3、用T-SQL语言创建、管理视图 (以下题目需提交)
(1)创建视图
1)创建一个名为stuview2的水平视图,从数据库XSGL的student表中查询出性别为“男”的所有学生的资料。并在创建视图时使用with check option。(注:该子句用于强制视图上执行的所有修改语句必须符合由Select语句where中的条件。)
T-SQL语句为:
Create view stuview2
As
Select *
From student
Where sex= 男
-1, experimental purposes 1) understand the concept of view. 2) to master the method to create the view. 3) control to change the view method. 4) The master with the view of management data. Second, the contents of three experiments, using T-SQL language to create, manage view (the following topics should be submitted) (1) create a view of a) Create a file called stuview2 level view of the student table from the database query XSGL the gender as " male " All the students information. Used in the creation of the view with check option. (Note: This clause is used to force all the modifications performed on the view must be consistent with statements
- 2023-09-08 05:20:03下载
- 积分:1
-
一个图书管理系统,vc环境开发,里面有详细的源代码
一个图书管理系统,vc环境开发,里面有详细的源代码-A library management system, vc environmental development, there are details of the source code
- 2022-04-02 11:49:51下载
- 积分:1
-
有关学生考试,分数,科目的系统,欢迎下载,互相交流
有关学生考试,分数,科目的系统,欢迎下载,互相交流-On student test scores, subjects in the system are welcome to download and exchange
- 2022-02-03 05:40:00下载
- 积分:1
-
VB中如何把SQL SERVER 中的备份和还原窗体调用出来,用户可以不用点击SQL中的备份和还原窗体...
VB中如何把SQL SERVER 中的备份和还原窗体调用出来,用户可以不用点击SQL中的备份和还原窗体-VB how the SQL Server backup and restore forms call, users do not have to click on the SQL Backup and Restore Form
- 2022-09-08 04:15:02下载
- 积分:1
-
如何用sql建立表,并且学会如何通过sql查询
如何用sql建立表,并且学会如何通过sql查询-establish how sql table, and to learn how to inquiries by sql
- 2022-04-10 05:28:11下载
- 积分:1
-
此程序是用VB编写的企业人事信息管理系统,适合企业人事管理.代码齐全.模块化.操作简单.使用性强....
此程序是用VB编写的企业人事信息管理系统,适合企业人事管理.代码齐全.模块化.操作简单.使用性强.-this procedure is used to prepare the VB enterprises Personnel Information Management System suited to the business personnel management. code complete. Modular. simple operation. the use of power.
- 2022-01-26 14:58:50下载
- 积分:1
-
VC++6.0连接SQL数据库的ADO方法
VC++6.0连接SQL数据库的ADO方法-VC++6.0 to connect SQL database ADO method
- 2022-02-28 11:49:24下载
- 积分:1
-
<SQLServer2005数据库基础及应用技术教程与实训>,2008年北京大学出版社出版,大学用的教材,仅供个人学习参考用!讲解详细!想学SQLS
,2008年北京大学出版社出版,大学用的教材,仅供个人学习参考用!讲解详细!想学SQLSERVER2005的朋友赶紧下-, 2008, Peking University Press, University materials are for personal study and reference! Explained in detail! Want to learn SQLSERVER2005 friend got off the
- 2023-01-25 14:20:10下载
- 积分:1
-
关于sql函数的一些个人总结,部分资源是在网上查到的,还有待完善,可以的话,朋友们可以帮忙补全...
关于sql函数的一些个人总结,部分资源是在网上查到的,还有待完善,可以的话,朋友们可以帮忙补全-Sql function on some of my personal summary of some of the resources is available online, and have yet to be perfect, if you can, friends who can help fill the whole
- 2022-04-26 10:13:40下载
- 积分:1