1、源码包括图标、代码和建库脚本三部分 2、程序都在Delphi7.0和SQL Server 2000个人版下调试通过的,使用的操作系统是Microsoft Windows 2000(Professional),原则上,操作系统对程序没有影响,不过,作者没有在其他操作系统平台上调试这些程序。 3、数据库使用SQL Server的用户sa,密码为“$%*^@”。如果数据库sa用户密码不同,可以在SQL Server的查询分析器中输入以下SQL语句来修改密码:exec sp_password ‘旧密码’,’新密码’,也可以通过SQL Server企业管理器,展开【数据库】|【安全性】|【登录】节点,双击其中的sa项目,将密码设置为“$%*^@”。 4、默认文件为只读文件,而所有程序在重新编译时都必须重新创建这些文件,所以在重新编译之前必须将所有文件修改为可写。 5、该程序有配套教材《Delphi数据库开发经典案例解析》清华大学出版社
上传时间: 2015-07-20
上传用户:songrui
行业数据库软件经常需要在用户机器上的SQLServer服务器上创建数据库。本软件自动完成在用户机器上的SQLServer服务器上创建数据库,并修改SQLServer服务器的sa的访问密码功能。只要按照需要,修改要创建的数据库的名称及其数据库文件名称,本源码即可直接用于工程实践。
上传时间: 2015-08-05
上传用户:xuanchangri
数据挖掘软件发展分析 第一代数据挖掘软件 特点 支持一个或少数几个数据挖掘算法 挖掘向量数据(vector-valued data) 数据一般一次性调进内存进行处理 典型的系统如Salford Systems公司早期的CART系统(www.salford-systems.com)
标签: vector-valued data 数据挖掘 数据
上传时间: 2014-01-14
上传用户:dragonhaixm
拷贝到SQL Server 2000的查询分析器里,然后执行将产生需要的数据库结构。 配置ODBC数据源,按照每章的说明进行数据源的配置,程序对数据库的访问需要通过ODBC来实现。 打开"控制面板"中"管理工具"的"ODBC(数据源)",在弹出的对话框中创建文件DSN。 my_factory.dsn 本例需要创建的文件DSN,登录方式选择"使用用户输入登录ID和密码的SQL Server验证", 登录ID为sa,密码为空,选择默认连接数据库(就是在查询分析器里创建的数据库
上传时间: 2015-08-13
上传用户:caiiicc
本文简要介绍了集成电路MAX038的性能,并给出了以MAX038波形产生器为核心具有四种输出波形的函数 信号发生器的设计方案。用这种方法设计的信号发生器具有结构简单、成本低、体积小等特点,很好地满足 了一般的实验要求。 关键词:集成电路 信号发生器 频率 Abstract:The performance ofIC_MAX038 was introduced briefly in this paper.At the sa/ne time,a signal generator design making with integrated circuit MAX038 is provided,which can produce four kinds of waveforms output.The signal generator was of characters such as simple structur,cheap expense,small volume and SO on.The signal generator contents the demand of general experiments very wel1. Key words:Integrated circuit Signal generator Frequency
上传时间: 2013-12-12
上传用户:四只眼
是用jbuilder9做的一个学生基本信息查询系统。单窗体,有添加删除查询更新几个功能,用的是SQL Server数据库。服务器名local 用户名sa 密码hunterd
上传时间: 2015-08-25
上传用户:zhangliming420
The code, images and designs for this book are released under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License. http://creativecommons.org/licenses/by-nc-sa/2.5/ You are free: * to copy, distribute, display, and perform the work * to make derivative works Under the following conditions: *Attribution. You must attribute the work in the manner specified by the author or licensor. *Noncommercial. You may not use this work for commercial purposes. *Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license identical to this one. *For any reuse or distribution, you must make clear to others the license terms of this work. *Any of these conditions can be waived if you get permission from the copyright holder. CONTACT ME Please address any questions to info@andybudd.com.
标签: Attribution-NonComm Creative released Commons
上传时间: 2014-01-19
上传用户:chfanjiang
C#进销存系统,WinForm与SQLServer开发,配有数据库文件, 1、把goods数据库附加在SQL SERVER中。 2、连接数据库的登录账号为:J110,登录密码:654321。 3、数据库连接字串:Server=localhost uid=sa pwd=123456 database=goods。
标签: SQLServer WinForm SERVER goods
上传时间: 2015-08-28
上传用户:维子哥哥
1、用SQL查询器打开install目录下的dooogo.sql运行之后创建数据库dooogo。 2、然后打开web.config修改 <DbProvider type="Club.Framework.Data.SqlDataProvider, Club.Framework" connectionString="user id=sa password= initial Catalog=dooogo Data Source=(local)" /> 节点的数据库用户密码。 3、打开IIS,创建虚拟目录dooogo指向WebUI目录; 4、输入http://localhost/dooogo/default.aspx进入首页
标签: dooogo DbProvider install config
上传时间: 2015-09-05
上传用户:561596
是用jbuilder9做的一个简单程序。单窗体,有添加删除查询更新几个功能,用的是SQL Server数据库。服务器名local 用户名sa 密码hunterd.(不要忘了改数据源和导入数据)第一次用java 和jbuilder编程,可能还有些问题吧。
上传时间: 2014-01-23
上传用户:yiwen213