1、摘摘 要要 本文首先阐述了基于.NET Framework 平台的图书馆管理信息系统的开发背景 以及其实践意义, 其次说明了图书馆管理信息系统的功能以及相比同类软件的创 新之处。然后就图书馆管理系统开发中所使用的一些的技术进行研究探讨。主要 针对数据库的设计技术、存储过程技术、ADO.NET 技术以及用 SQL Server .NET Framework 数据提供程序访问 SQLserver2000 数据库技术四个方面进行了研究。 最后还附上了图书馆管理信息系统的安装说明、 简单使用说明和一些通用性的经 典代码。笔者化了大量的时间用于程序设计,这也是笔者工作的重点,所开发的 软件具有实用价值,
2、所编写的代码对.NET 程序员也有很好的参考性。在系统的 开发过程中,笔者深刻体会到了.NET 平台的强大性、优越性以及存储过程在提 高数据访问性能和增强数据访问安全性上所起到的重要作用。此外,对于关系代 数在数据库科学里的应用,笔者在编程过程中也做了一定的研究。 关键词: 数据库;.NET Framework;ADO.NET;存储过程;SQL Server .NET Framework 数 据提供程序 ABSTRACTABSTRACT The Management Information System of Library using .NET This paper expatiate th
3、e Management Information System of Library using .NET, its background and the significance it has when application. Then, it presents the function of the Management Information System of Library and also discuss some technologies using when develop this system. Especially, it discuss the design tech
4、nology of database, Stored Procedure, ADO.NET and control SQL Server 2000 using SQL Server .NET Framework Data Provider . In the end, it details the setup introduction and the users guide for the Management Information System of Library and also some classic code. The writer used a lot of time to design the program which is the keystone of all the works. The writer realized the importance of Stored Procedure for better performance and improving the security and also the advantage of .NET when