Welcome![Sign In][Sign Up]
Location:
Search - sql server 2000 key

Search list

[Other resourcecomputer_selling_and_management_system_based_on_VB

Description: 电脑销售管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护,以及前端应用程序的设计开发两方面。在系统开发上,工具是Microsoft Visual Basic 6.0 ,数据库采用Microsoft SQL Server 2000 。-computer sales management system is typical of the Information Management System (MIS), including development of its key database background to the establishment and maintenance, and the front-end application design and development aspects. In the system development, the tool is the Microsoft Visual Basic 6.0, database using Microsoft SQL Server 2000.
Platform: | Size: 441777 | Author: luyang | Hits:

[Software EngineeringwebbasedHumanResourceManagementSystem

Description: 人力资源管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的数据库。而对于后者则要求应用程序功能完备,易使用等特点。结合人力资源的要求,经过详细的分析和调查,主要是对高校以及中小企业人力资源的分析和调查,完成了面向学校以及中小企业的人力资源管理系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。 本系统采用了微软推出的Visual Studio.NET平台下的ASP.NET作为开发工具,脚本语言为C#语言,后台数据库采用微软的SQL Server 2000进行数据库设计,利用ADO.NET数据库访问技术实现对数据库的管理操作,系统体系统结构采用B/S模式,实现了面向学校以及中小企业的人力资源管理系统的基本功能。-human resources management system is typical of the Information Management System (MIS), including development of its key database background to the establishment and maintenance of front-end applications and the development of the two areas. Regarding the former requirement to establish data consistency and integrity of strong, good data security database. As for the latter demanded the application functions, and easy-to-use features. With the requirements of human resources, after careful analysis and investigations, Universities are the major human resources and business analysis and investigation, completed a school-oriented SMEs and the human resources management system needs analysis, function modules, Database analysis and design of this database structure and application procedures
Platform: | Size: 641391 | Author: wu | Hits:

[JSP/Java289VBSQLcheliangguanlixitong

Description: 息设置等,基本模块的原代码,编写相应的功能实现模块 车辆管理系统属于信息管理系统的一个具体实现,主要涉及的是几个核心模块,即司机、车辆、运营、维修和交通事故管理模块的实现,这里主要包括一些空间的使用和数据库查询等。还有另外的一个重要模块是用于实现数据库打开连接、数据更新修改和数据库关闭等,该模块是为简化系统中各个模块普遍访问数据库中各种数据,在此,产生一个公用数据函数,用于执行各种数据库操作。数据库采用的是SQL SERVER 2000,因此,ActiveX 数据对象ADO成了数据库实现的关键技术 车辆管理系统,用VB来实现,可以使得管理界面友好化,增强人机交互性,同时也提高数据的可靠性,减少了在数据中出现的人为因素,最主要是采用了基于WEB的数据库服务器,提高了安全性。 三、拟采取的研究方法、研究手段及技术路线、实验方案等 -income setting, and the basic modules of the original code, preparation of the corresponding functional modules vehicle management system is an information management system to achieve a specific, mainly related to the core module, drivers, vehicles, the operation, maintenance and traffic management module to achieve here include some space and the use of database inquiries. Another important module of a database for open connection, data modification and update the database close. The module is to simplify the system modules universal access to the database of various data, here, have a common data function, for the implementation of various database operation. The database is SQL Server 2000, therefore, ActiveX Data Objects ADO database has become the key technology vehicle management sy
Platform: | Size: 954726 | Author: 姜涛 | Hits:

[Other resourceWEBBOOK

Description: 运行环境:Win 2000 Server + SQL Server 2000 + MS vs.net Framework   安装:  1、用相应解压工具解开BookShop.rar到某目录下,如C:\\BookShop,将其设置为Web共享。        2、将Database里边的数据文件到某目录下,如C:\\Db,启动SQL Server的查询分析器,      运行以下存储过程        sp_attach_db BookShop , c:\\db\\BookShop_Data.MDF , c:\\db\\BookShop_Log.LDF      如果无误的话这时应该在你的SQL Server服务器上建立了一个叫BookShop的数据库。        3、打开BookShop目录下的文件web.config(文本的),找到 <appSettings> <add key=\"strConnection\" value=\"data source=kiss-2iawrfcmv7 initial catalog=BookShop persist security info=False user id=sa workstation id=LJY packet size=4096\" /> 这部分,将(local)改为你的数据库服务器名,sa改为有权限访问BookShop数据库的用户。      4、打开IE验证,这个就不用教了吧:)
Platform: | Size: 2323601 | Author: cxd | Hits:

[ADO-ODBCC

Description: 1.把\"Web\"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点,指向该文件夹,如果新建虚拟路径,会导致一些图片的不正常显示. 3.\"Database\"文件夹内有数据库文件hyb2bTest_Data.MDF,在Sql Server企业管理器中选择\"附加数据库\" 4.需要修改根目录web.config文件 <add key=\"DBServer\" value=\".\"/>,改成当前数据库地址 <add key=\"DBUser\" value=\"sa\"/>,改成当前数据库用户名 <add key=\"DBPwd\" value=\"sa\"/>,改成当前数据库密码 <add key=\"DBName\" value=\"hyb2btest\"/>,改成当前数据库名称 <add key=\"SQLConnString\" value=\"server=. database=hyb2btest user id=sa pwd=sa Min Pool Size=10\"/>,分别也换成当前数据库的地址,用户名、密码以及数据库名称。 5.后台登录地址: 当前路径+manage/index.aspx 帐户:admin 密码:admin 环境要求: Windows2000 / Windows2003 + IIS5 + .NET Framework 1.1 + MS SQL Server 2000 或各更高版本 演示地址:www.hyb2b.cn 电话:13061363607 MSN :huayousoft@hotmail.com
Platform: | Size: 7626491 | Author: xiaoli | Hits:

[SQL Servercomputer_selling_and_management_system_based_on_VB

Description: 电脑销售管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护,以及前端应用程序的设计开发两方面。在系统开发上,工具是Microsoft Visual Basic 6.0 ,数据库采用Microsoft SQL Server 2000 。-computer sales management system is typical of the Information Management System (MIS), including development of its key database background to the establishment and maintenance, and the front-end application design and development aspects. In the system development, the tool is the Microsoft Visual Basic 6.0, database using Microsoft SQL Server 2000.
Platform: | Size: 441344 | Author: luyang | Hits:

[Software EngineeringwebbasedHumanResourceManagementSystem

Description: 人力资源管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的数据库。而对于后者则要求应用程序功能完备,易使用等特点。结合人力资源的要求,经过详细的分析和调查,主要是对高校以及中小企业人力资源的分析和调查,完成了面向学校以及中小企业的人力资源管理系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。 本系统采用了微软推出的Visual Studio.NET平台下的ASP.NET作为开发工具,脚本语言为C#语言,后台数据库采用微软的SQL Server 2000进行数据库设计,利用ADO.NET数据库访问技术实现对数据库的管理操作,系统体系统结构采用B/S模式,实现了面向学校以及中小企业的人力资源管理系统的基本功能。-human resources management system is typical of the Information Management System (MIS), including development of its key database background to the establishment and maintenance of front-end applications and the development of the two areas. Regarding the former requirement to establish data consistency and integrity of strong, good data security database. As for the latter demanded the application functions, and easy-to-use features. With the requirements of human resources, after careful analysis and investigations, Universities are the major human resources and business analysis and investigation, completed a school-oriented SMEs and the human resources management system needs analysis, function modules, Database analysis and design of this database structure and application procedures
Platform: | Size: 641024 | Author: wu | Hits:

[ADO-ODBC289VBSQLcheliangguanlixitong

Description: 息设置等,基本模块的原代码,编写相应的功能实现模块 车辆管理系统属于信息管理系统的一个具体实现,主要涉及的是几个核心模块,即司机、车辆、运营、维修和交通事故管理模块的实现,这里主要包括一些空间的使用和数据库查询等。还有另外的一个重要模块是用于实现数据库打开连接、数据更新修改和数据库关闭等,该模块是为简化系统中各个模块普遍访问数据库中各种数据,在此,产生一个公用数据函数,用于执行各种数据库操作。数据库采用的是SQL SERVER 2000,因此,ActiveX 数据对象ADO成了数据库实现的关键技术 车辆管理系统,用VB来实现,可以使得管理界面友好化,增强人机交互性,同时也提高数据的可靠性,减少了在数据中出现的人为因素,最主要是采用了基于WEB的数据库服务器,提高了安全性。 三、拟采取的研究方法、研究手段及技术路线、实验方案等 -income setting, and the basic modules of the original code, preparation of the corresponding functional modules vehicle management system is an information management system to achieve a specific, mainly related to the core module, drivers, vehicles, the operation, maintenance and traffic management module to achieve here include some space and the use of database inquiries. Another important module of a database for open connection, data modification and update the database close. The module is to simplify the system modules universal access to the database of various data, here, have a common data function, for the implementation of various database operation. The database is SQL Server 2000, therefore, ActiveX Data Objects ADO database has become the key technology vehicle management sy
Platform: | Size: 954368 | Author: 姜涛 | Hits:

[.netWEBBOOK

Description: 运行环境:Win 2000 Server + SQL Server 2000 + MS vs.net Framework   安装:  1、用相应解压工具解开BookShop.rar到某目录下,如C:\BookShop,将其设置为Web共享。        2、将Database里边的数据文件到某目录下,如C:\Db,启动SQL Server的查询分析器,      运行以下存储过程        sp_attach_db BookShop , c:\db\BookShop_Data.MDF , c:\db\BookShop_Log.LDF      如果无误的话这时应该在你的SQL Server服务器上建立了一个叫BookShop的数据库。        3、打开BookShop目录下的文件web.config(文本的),找到 <appSettings> <add key="strConnection" value="data source=kiss-2iawrfcmv7 initial catalog=BookShop persist security info=False user id=sa workstation id=LJY packet size=4096" /> 这部分,将(local)改为你的数据库服务器名,sa改为有权限访问BookShop数据库的用户。      4、打开IE验证,这个就不用教了吧:)
Platform: | Size: 2323456 | Author: cxd | Hits:

[SQL ServerSQLCDkey

Description: SQL2000最好的破解KEY 大家一起来-SQL2000 best to break up one U.S. KEY
Platform: | Size: 652288 | Author: | Hits:

[Database systemC

Description: 1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点,指向该文件夹,如果新建虚拟路径,会导致一些图片的不正常显示. 3."Database"文件夹内有数据库文件hyb2bTest_Data.MDF,在Sql Server企业管理器中选择"附加数据库" 4.需要修改根目录web.config文件 <add key="DBServer" value="."/>,改成当前数据库地址 <add key="DBUser" value="sa"/>,改成当前数据库用户名 <add key="DBPwd" value="sa"/>,改成当前数据库密码 <add key="DBName" value="hyb2btest"/>,改成当前数据库名称 <add key="SQLConnString" value="server=. database=hyb2btest user id=sa pwd=sa Min Pool Size=10"/>,分别也换成当前数据库的地址,用户名、密码以及数据库名称。 5.后台登录地址: 当前路径+manage/index.aspx 帐户:admin 密码:admin 环境要求: Windows2000 / Windows2003 + IIS5 + .NET Framework 1.1 + MS SQL Server 2000 或各更高版本 演示地址:www.hyb2b.cn 电话:13061363607 MSN :huayousoft@hotmail.com-err
Platform: | Size: 7625728 | Author: xiaoli | Hits:

[CSharpxpshop20060706

Description: 新普网络商城!C#语言开发,非常值得借鉴! 使用方法: 安装顺序: 本地: 1、在web目录(默认为c盘的wwwroot目录)新建XpShop目录; 2、将XpShop目录设为虚拟目录; 3、将XpShop4.0.rar压缩包里面的文件解压在XpShop目录中; 4、设定XpShop的db、upload和Template文件夹有可写权限; 5、需要修改web.config文件的“<add key="ShopFolder" value="" />”为“<add key="ShopFolder" value="XpShop/" />”,切记后面加“/”; 网络空间: 1、将XpShop上传到根目录即可. 环境要求: MSSQL版: Windows2000 + IIS5 + .NET Framework 1.1 + MS SQL Server 2000 或各更高版本 Access版: Windows2000 + IIS5 + .NET Framework 1.1 + MDAC2.7 或各更高版本-Simplo network Mall! C# Language development, is worth learning! Usage: install order: Local: 1, in the web directory (default is c disk wwwroot directory) XpShop new directory 2, will set the virtual directory XpShop directory 3, will XpShop4.0.rar compressed package files inside Pressure in the XpShop directory 4, set XpShop the db, upload and Template folder permissions can be written 5, need to amend the web.config file <add key= ShopFolder value= /> as <add key= ShopFolder value= XpShop/ /> , bear in mind behind / cyberspace: 1, will XpShop can be uploaded to the root directory. environmental requirements: MSSQL Edition: Windows2000+ IIS5 2B !. NET Framework 1.1+ MS SQL Server 2000 or higher version of Access version: Windows2000+ IIS5+. NET Framework 1.1+ MDAC2.7 or later
Platform: | Size: 2392064 | Author: liuweijun | Hits:

[JSP/Javatest_online

Description: 系统基于Browser/Server模式开发,应用DreamweaverMX软件,结合JSP编程技术,并以 Microsoft SQL server2000为数据库开发工具,在Windows xp系统中使用JDBC驱动程序进行数据库连接。 论文主要阐述的是考试管理系统的操作过程及一些关键技术。该系统考生和管理员信息主要在管理员系统中输入,不需数据库直接输入,考试时考生输入准考证号码,核对正确后进入考生界面,考生界面主要有选择试卷、成绩查询组成,关键实现了考生在选择试卷后进入考试窗体,系统强制考生退出,及考完后对客观题的自动评分、存档。管理员进入管理员系统界面,管理员系统主要由系统管理、考生管理、题库管理、监控等模块组成,管理员系统和考试系统共同构成了该考试管理系统。 -This system is based on Browser/Server mode development , employ DreamweaverMX software, combine JSP programming technology, regard Microsoft SQL server 2000 as the database developing instrument, use JDBC driver to join the database in Windows XP system. What the thesis is mainly explained is procedure of the administrative system of an examination and some key technology. System this examinee and administrator information input of the system in administrator mainly, not needing the direct input of database , the examinee inputs the number of admission card for entrance examination when having an examination, enter examinee interface after check correct, examinee boundary plane mainly choose the paper , achievement to inquire about and make up, the key has realized examinees and entered and had an examination body of window behind choosing the paper, the system forces examinees to withdraw, and grading , filing automatically to objective question after finishing doing in the test. A
Platform: | Size: 512000 | Author: 田月 | Hits:

[Delphi VCLDelphi

Description: 在远程数据库和分布式数据库等复杂系统中, 数据库引擎技术的选择是影响系统执行效率的关键因素。本文基于 Delphi 下, 介绍了Delphi 中连接SQL Server 2000 数据库的两种主要方式: BDE 引擎和ADO 技术, 并以信息管理系统为例, 详细阐述了这两种方法的实现过程。-In the remote database and distributed database and other complex systems, database engine technology choices that affect the efficiency of the key factors in the system. This article is based Delphi, the Delphi introduced in SQL Server 2000 database to connect the two main ways: BDE and ADO engine technology and the information management system, for example, the two methods described in detail the implementation process.
Platform: | Size: 44032 | Author: 可可人 | Hits:

[SQL Serversql

Description: Scientific research achievements declaration administration system is government agencies to achieve efficient management of scientific research activities of a platform. System will research activities in all parts organic combination together, using a computer and Internet advantage and realize the network management for research activities. In order to meet the achievements in scientific research system performance reporting requirements, static and dynamic system from each of the page, system adopts the JSP + JavaBean and SQL Server 2000 development pattern of the combination of the database. This system can realize database of add, delete, query, including the inquires is using keywords to realize fuzzy query and between... and key word, the realization during query.-Scientific research achievements declaration administration system is government agencies to achieve efficient management of scientific research activities of a platform. System will research activities in all parts organic combination together, using a computer and Internet advantage and realize the network management for research activities. In order to meet the achievements in scientific research system performance reporting requirements, static and dynamic system from each of the page, system adopts the JSP+ JavaBean and SQL Server 2000 development pattern of the combination of the database. This system can realize database of add, delete, query, including the inquires is using keywords to realize fuzzy query and between... and key word, the realization during query.
Platform: | Size: 186368 | Author: 黎俊 | Hits:

[ERP-EIP-OA-Portalkucunxitong

Description: 企业的库存管理系统,要有效的管理仓库的货物信息,要完成的功能包括仓库内物品信息的修改、物品的删除,物品类别的增加删除,出入库库存数量的增减、供应商的选择,新仓库的创建等。此系统中还要根据不同的用户权限进行不同的操作,当用户非法操作或操作失败以及操作成功时给出相应的提示信息。-Stock management is an important component of the enterprises management. In enterprise production and business activities, stock management must ensure the production workshops demand spare parts of the raw materials, and directly affect the activities of the purchasing and sales departments. This paper has analyzed the stock management system basic functions and composition of the system, including requirements analysis, system structure, function modules, and system design explanation. The system bases on B/S model and uses ASP and SQL Server 2000 database system to achieve articles information management, stock warning, statistic and inquiry, message boards and other functions. The system fully complies with the information management system. And requirements from the system analysis, the outline design, detailed design, implementation of the functional test, the development process strictly adhered to the ideas of software engineering. Key words: Stock Management Database Inf
Platform: | Size: 2653184 | Author: li | Hits:

[JSP/Java306JSPsecond

Description: 原创JSP二手商品交易系统实现网上交易系统的会员登录与注册,网站首页、分页浏览、购物系统、新闻系统、网站社区维护等功能。本文介绍了利用JSP技术构建、制作和完善一个网上二手商品交易系统。该系统运用JAVA语言、JavaScript技术、SQL server 2000, JSP与后台数据库链接等关键技术建设网上交易系统,主要实现以下功能:- It describes the use of JSP technology to build, create and improve an online second-hand goods trading. The system uses JAVA language, JavaScript technology, SQL server 2000, JSP and backstage link and the construction of key technologies such as online trading systems, mainly the following functions:
Platform: | Size: 7285760 | Author: | Hits:

CodeBus www.codebus.net