搜索资源列表
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
exp0326C
- 本程序是将ORACLE数据库中的表导出成为XML文件的程序。 1. 运行本程序前必须确保机器上已安装JDK 1.4.x 2. 编辑cfg.ini中的参数 3. 运行startup.bat -this program is to the Oracle database table as an XML file is derived procedures. 1. Run this program before must ensure that the machine has been
iniparser3.0b
- C Library to read Windows INI file
Sqlite.rar
- 这是本人用MFC写的一个Sqlite数据库接口库,为开发简单需要数据库接口的程序使用 ,作为配置文件使用,代替INI等文件,可作为一个微型数据库。,This is written in MFC, I use a sqlite database interface library, the need for the development of simple procedures for the use of database interface, as a configuration file
Hlyx_Account_Add_Ver1.1
- :: 幻灵私服账号添加Bat工具 Ver1.1 :: 本程序只为幻灵私服添加账号使用 :: Code by Duckyの復活(QQ:462363) :: 转载请保留版权,谢谢合作! Echo. Echo. Echo ---------------------------------- Echo - 作者的话 - Echo ---------------------------------- Echo. Echo 感谢各位使用本软件 Echo
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
kucungl
- 库存管理费用管理统计与报表等全能系统,数据库连接 文件是 config.ini http://hi.baidu.com/aspsoft admin admin-Inventory management, cost management statistics and reporting such as all-round system, database connection file is config.ini http://hi.baidu.com/aspsof
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
mysql.so
- cd /usr/lib/php/modules ls ##查看 mysql.so 是否存在 若不存在请从其他服务器上下载该文件,并拷贝到此目录, chmod 755 /usr/lib/php/modules/mysql.so ##为mysql.so授权 vi /etc/php.ini ##编辑php.ini 添加mysql.so 找到extension=msql.so ,在下一行添加 : extension=mysql.so service
autopass
- 此程序适用于从INI配置文件中获取密码的程序,配置文件中存放的密码最好是加密后的。-This procedure applies to obtain the password program from the INI configuration file, the password stored in the configuration file is encrypted.
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