搜索资源列表
公司人事薪资管理ASP+SQL版
- 在Windows系统的管理工具中,选择Internet信息服务,进入web页面管理界面。设置默 认web站点的路径为本目录的绝对路径。 确保您的机器上安装了SQL Server 2000或以上的版本,建立一个新的数据库ASPData,再将 存放在datasource子目录下的mydb_1文件导入到新建的数据库中,并进行还原备份。-on Windows systems management tool, select Internet Information Services, access we
中文版SQL Server2000开发与管理应用实例
- 第 1 章 安装和配置SQL Server 1 1.1 SQL Server的版本和版本选择 1 1.2 安装SQL Server的常见问题 3 1.3 如何理解实例 5 1.4 如何实现无值守安装 5 1.5 Desktop Engine 9 1.5.1 MSDE 2000概述 9 1.5.2 获取MSDE 2000 9 1.5.3 安装MSDE 2000 10 1.5.4 管理MSDE 2000 11 1.5.5 支持的并发用户数和数据库容量 12 1.6 SQL Se
ToolForSQL2000.rar
- VB6环境编写的的MSSQL2000数据库管理工具,可以搜索连接网络服务器,设定IP和登录密码就可以连接,界面也挺专业的,它可以搜索并列出局域网内的所有的Sql Server服务器及数据库、数据表、并对数据库进行表操作:删除、查询、运行SQL查找、编辑等,类似SQLSERVER企业管理器的功能。,Prepared by the VB6 environment MSSQL2000 database management tools, you can search to connect web se
TomCat-set
- Jsp servlet 数据库连接池的详细配置方法 oracle及sql server 和mysql的配置方法 context.xml-Jsp servlet database connection pool configuration details of oracle and sql server and mysql configuration method context.xml
hotell
- 酒店管理系统在编译、运行程序之前,请将所附的数据库文件rms.mdb导入SQL server中,并将此数据库命名为RMS。具体操作步骤可以参见书中这一章的相关小节。若没有安装SQL server,也可以直接在控制面板中将此数据库文件设置为数据源,并命名为MyDS。注意,若数据库没有安装成功,MS Visual Studio在打开工程文件的时候将会报错,但忽略之后不影响程序的正常编译。-hotel management system in the compiler, before running
bank
- 电子银行系统源码 本安装说明是以Microsoft SQL Server 2000中文开发版为例来阐述的,对于Microsoft SQL Server其它版本,应用程序数据库的安装方法是类似的。 运行Microsoft SQL Server 2000的SQL 查询分析器,打开bank.sql文件,然后选择菜单“查询”|“执行”命令即可生成所需的数据库和数据库表。 2、把源程序目录从光盘上拷贝到硬盘上,取消文件夹及其子目录和文件的只读属性。如果您安装的是Microsof
SQLServer_Setup
- SQL Server数据库安装程序.本程序通过列出可用远程SQL Server列表,将本地数据库文件安装到指定的远程服务器上。-SQL Server database installation process. This procedure can be used through the remote SQL Server are listed in the list will be installed on the local database file to the specified re
584shenjib
- 在运行系统前,首先要安装SQL Server数据库,注意要设定用户名为“sa”,密码为空。 可以有两种方法创建该数据库: 1.使用SQL server查询分析器运行Database目录下的sql.txt中的sql语句,这样会创建stock数据库。 2.使用SQL Server的企业管理器直接附加“附加数据库文件”目录下的Stock.mdf文件。 系统默认帐号:admin 密码:-Before running the system, we must first i
SQL+SERVER
- SQL 数据库语言命令集,对开发数据库时所用到的一些常见命令做了详细说明。-SQL database language command set, on the development of the database used by some of the common command to do a detailed explanation.
tushuguan
- 本设计是建立在Delphi 6.0及SQL Server 2000数据库平台开发基础上的,一个典型的信息管理系统(MIS)。在本文中,给出了该系统的整个系统分析、设计以及实现的过程,包括需求分析、功能模块的分析与设计、数据模式的分析与设计,最后是系统的Delphi实现。-The design is set up at Delphi 6.0 and SQL Server 2000 database platform to develop on the foundation, a typical m
java
- 本人的毕业设计,JAVA实现数据库转化,我用Java作为编程语言(Java的版本是6.0),JDOM作为XML解析器。数据库是SQL Server 2000,开发工具是NetBeans IDE 5.5 大家在运行程序的时候最好还是使用NetBeans IDE 5.5和Java 6.0,因为我设计的是图形界面,在设计的时候我用到了NetBeans的Swing设计工具Martisse,如果把我的程序放在JBuilder、Eclipse或JCreator中无法运行的(NetBeans是免费下载的)
Weboffice
- 网络办公自动化系统 开发工具为asp+sql server 功能比较齐全 在IIS中,将"默认Internet服务器"的根目录设置为[yourDir]/WebOffice。 默认账号为general,默认密码为general。-Office automation system network development tool for asp+ sql server in the IIS feature relatively complete, the words " Internet
XML_Rowset
- This returns a string containing row sets in XML format. The method, GetXML, takes as parameters: DBService = SQL Server connection parameters, i.e. “Data Source=XXX Initial Catalog=YYY Integrated Security=SSPI ” ProcedureName = stored procedur
select
- SQL Server MFC ODBC 多记录集查询的一个实例-SQL Server MFC ODBC record set more than one instance of the query
shequwuye
- 一、把data文件夹的SQL数据库文件导入 SQL Server 2000里。 二、在delphi里头的 BDE Administrator 新建一个 STANDARD 并命名为 STANDARD2 把PATH路径 设置为 work 文件夹 里头的DB数据表-First, the data folder of SQL database file into SQL Server 2000 in. Second, delphi inside the BDE Administrator to cr
Asp_sql100w_dll
- 在ASP中使用组件 set cls=Server.CreateObject("MyDLL.MsSql") cls.ConnStr="driver={sql server} server=www.pc456.cn uid=pc456sss pwd=1 database=www.pc456.cn" 给组件设置数据源信息 添加,修改,删除数据: cls.execute(sql) 无分页读取数据: Set Rs=cls.execute(sql) do while
SQL-interview-
- 在面试应聘的SQL Server数据库开发人员时,我运用了一套标准的基准技术问题。下面这些问题是我觉得能够真正有助于淘汰不合格应聘者的问题。它们按照从易到难的顺序排列-SQL Server database developer interviewing candidates, I use a standard set of benchmark problems. The following issue is that I think can really help to eliminate t
Assignment3
- 简单的小区物业管理系统,数据库为sql server,建立了6张表格-Simple residential property management systems, database sql server, set up six tables
How-to-Set-Up-LR-Analysis-Tool-to-Use-MS-SQL-Serv
- How to Set Up LR Analysis Tool to Use MS SQL Server Guide
sql-server-CPPxueshengchengjiguanli
- 课程设计-学生成绩管理系统的设计,包括界面程序文档源码全套-The design of the curriculum design, student achievement management system, including interface source a full set of application documents