您好,欢迎来到佳博论文网!

基于SQL数据库的测控信息平台的研制

论文编号:CK054论文字数:13015,页数:35

摘 要

随着计算机技术在社会上的普及应用,以数据库技术为代表的管理信息系统为我们的生活提供了极大的便利和帮助。数据是计算机化的信息,是计算机可以直接处理的重要的对象。基于SQL的数据库可以适合大容量数据的应用,在数据分析和数据处理中具有很大的灵活性;具有强大的数据库创建、开发、设计和管理功能。数据库管理系统可以更高效地对数据进行存取、分析、比较,使数据处理更加便捷。在弯管机制造的工业现场中有很多需要记录的数据,通过对这些数据的比较、,可以更加高效地完成制造流程。

本系统用SQL Server 2005与Visual Studio 2008来实现界面化数据存取的功能。主要包括数据库设计、设计界面、实现数据访问等内容。终实现管道信息共享的目的,以解决工作人员之间信息传输的问题,提供工作效率。

关键词:弯管机 SQL数据库 ASP.net 测控平台 Visual Studio 2008

Abstract

As computer technology widely used in modern society, the information management technology represented by the database provide us more convenience and assistance. Data is important computerized information which computer can direct deal with it. The SQL-based database can be suitable for the application of large amounts of data. It has great flexibility in data analysis and data processing. It has a powerful database to create, develop, design and management functions. Database management system can access, analysis, comparison the data more efficiently that make data processing easier. In bend tube manufacturing industry has a lot of data need to be recorded, you can complete the manufacturing process more efficiently by compare and modify these data.

The system implement data access functions in the interface by use of SQL Server 2005 and Visual Studio 2008. It includes database design, interface design, data access and so on. Finally,achieve the information sharing to solve the transmission between staff and improve efficiency.

Keywords: Bend tube; SQL Database; ASP.net; Measurement and control Platform; Visual Studio 2008

目录

摘 要I

AbstractII

第一章 绪论1

1.1 研究的目的1

1.2 研究的背景1

1.3 本文研究的主要内容2

第二章 系统的设计3

2.1 系统流程图3

2.2 系统开发环境3

2.3 编程语言的选择4

2.3.1 ASP.Net简介4

2.3.2 ASPNET/ style=text-decoration:underline;font-size:14px;color:#2B4DD5; target=_blank>ASP.NET的功能4

2.3.3 ASPNET/ style=text-decoration:underline;font-size:14px;color:#2B4DD5; target=_blank>ASP.NET与ASP的比较6

2.3.4 Visual Studio 2008简介7

2.4 B/S与C/S结构的比较7

2.4.1 B/S结构简介7

2.4.2 C/S结构简介8

2.5 总体设计目标9

2.6 系统开发原理9

2.6.1 基于ASPNET/ style=text-decoration:underline;font-size:14px;color:#2B4DD5; target=_blank>ASP.NET技术的系统结构模型9

2.6.2 ASPNET/ style=text-decoration:underline;font-size:14px;color:#2B4DD5; target=_blank>ASP.NET运行原理10

2.7 SQL Server 2005 数据库管理10

2.8 方案设计原则11

2.9 系统功能需求11

2.10 系统安全要求11

2.11 本章小结12

第三章 系统的应用13

3.1 登陆界面13

3.2 系统主界面13

3.3 添加数据14

3.4 查询、和删除数据15

3.5 下料计划输入15

3.6 下料计划查询、管理16

3.7 数据表的创建16

3.8 本章小结17

第四章 总结18

致谢20

参考文献21

附录:程序代码22

基于SQL数据库的测控信息平台的研制......