搜索资源列表
W2kSqlextendedproc
- BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:\\boot.ini ) --删除文件Select dbo.FileDelete( C:\\X.txt ) --服务状态Select dbo.ServerStat( awhost32 ,1) --建立目录Select dbo.MKDIR( C:\\Test\\test ,1) --文件复制Select dbo.FileCopy( C:\\boot.ini , c
student
- 具有添加,删除,修改,更新的功能,用ado读ini文件访问数据库
code
- 1、安装MS SQL Server2000 2、安装PowerBuilder8.0 3、根据《恢复数据库》文档恢复数据库yygl 数据库备份文件\\code\\database\\yygl 数据库表结构文件\\code\\database\\yygl.sql 4、拷贝code下的所有文件到你的硬盘,并将其所有文件取消只读属性 5、打开user.ini,修改文件Database>>ServerName的值 为安装MS SQL Server2000的计算
pb
- 1、安装MS SQL Server2000 2、安装PowerBuilder8.0 3、根据《恢复数据库》文档恢复数据库clgl 数据库备份文件\\code\\database\\clgl 数据库表结构文件\\code\\database\\clgl.sql 4、拷贝code下的所有文件到你的硬盘,并将其所有文件取消只读属性 5、打开user.ini,修改文件Database>>ServerName的值 为安装MS SQL Server2000的计算
CRM-ASP+SQL
- 1 除掉了 时间 限制 2 除掉了 人数 限制 改为 500人 原为5人 3 发现一点小缺陷 增加人员的时候没有判断 登陆名是否重复! 自己写吧~~~:) 4 又 是一点缺陷 ,密码没有经过MD5处理!至少应该处理一下!个人想法:) 其他没发现! 安装方法: 数据库在 db 文件夹下 dll 在dll 文件下! 数据库连接 文件是 config.ini 帐号 :admin admin
数据库后台管理工具
- 数据库后台管理工具,针对MS SQL Server,创建数据库,备份恢复数据库,用户访问统计等功能,运行时需要修改Ydlogin.ini文件里的Server Name 为 SQL Server 服务器名。-background database management tool against MS SQL Server, database creation, database backup and recovery, user statistics and other functions, ru
house
- 比较详细的功能,读取ini,注册表等,数据加密-More detailed features, read ini, registry, etc., data encryption
SQLSetupTool_1
- 如果数据库只由一个数据文件和一个事务日志文件组成,则可以使用本工具将数据库附加到 Microsoft SQL Server,配置文件Config.ini,静默模式命令行 /silent ,属于sql部署工具-If the database by only one data file and a transaction log files, you can use this tool to the database attached to Microsoft SQL Server, conf
DataConnect
- 06年做的一个数据连接源码。做数据库的朋友都知道,如果动态连接数据是个问题,这个就是如何动态查找LAN网上的SQL SERVER服务器,并自动配置生成INI文件,供主框架软件使用。-In 2006 to do a data connection source. To do the database you will be aware that if the dynamic linking of data is a problem, this is how to dynamically check
2011101216318538
- 1.数据库为SQL2000,用附加数据库的功能建立WeijieData数据库,连接的用户为Sa,密码为空,可用server源代码自行修改. 2.第一次运行先打开Server端的WeijieServerPrg.exe一次进行注册. 3.运行客户端WeiJieFuShi_Prg.exe,默认操作员号WJ001 密码123 4.WeiJie_sys.INI为设置文件,当网络访问时 改IP = 你运行WeijieServerPrg.exe的主机IP -1 databas
ExcelToSQL
- 用于批量导入EXCEL文档数据到SQL数据库的对应表。可通过ini文件配置数据库信息和表字段信息-For bulk import EXCEL document data to the corresponding tables in SQL s. Configurable information table and field information through ini file