联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数据库编程(501) 

[数据库编程] DMS

档案管理系统ACL的设置(以下所列为必须): 各库必有系统管理员为管理者 system.nsf 只设档案管理员为编辑者,default为读者. archlog.nsf 档案管理员编辑者,它所有用户为作者. archtemp.nsf 档案管理员为编辑者 Index.nsf 档案管理员为编辑者其它所有用户为作者,角色根据情况设置 Archive.nsf 档案管理员为编辑者,default为读者(否则借阅时不能打开文档,在贝份库中同样的设置.) 在服务器配置文档的安全性中在创建新数据库项中加入档案管理员,否则无权创建年终归档库
File management system ACL settings (listed below as required): each library must have system administrator for managers system.nsf only set file manager for the editor, default readers editor archlog.nsf File Manager, it all users of the archtemp.nsf file manager, the editors Index.nsf file an administrator for all users of the editors of roles depending on the circumstances set Archive.nsf File Manager editor, default reader (otherwise borrow can not open the document, Tony copies of the library in the same setting.) in the security of the server configuration document in the File Manager to create a new database by adding, otherwise the right to create a year-end archive repository (2012-07-05, MultiPlatform, 4650KB, 下载7次)

http://www.pudn.com/Download/item/id/1931084.html

[数据库编程] xsgl

1、系统需求 (1)问题描述: 该系统实现对若大学生的学习成绩进行管理。至少包括以下信息: 学号、姓名、科目、成绩。 (2)功能要求: 1.使用中文菜单,界面设计和用户输入输出要人性化些; 2.具有数据输入功能,输入的数据能最终保存在文件中; 3.具有数据删除功能,能最终从文件中删除; 4.具有多种查询(如按学号查询、按姓名查询、按成绩查询等)及输出功能; 5.其它功能(如各种统计,统计每个学生所有课程的平均分等等) 6.学生信息的修改(比如修改学生姓名,修改学生某门课程的成绩) (3)、输入输出的形式 本系统是一个学生成绩管理系统,采用VF6.0 编译器作为开 发环境,用户在输入学生数据时要保证输入数据格式的正确性,系统不会自动检测输入的数据是否正确,输出形式与输入形式类似,根据需要可以选择显示输入的各项内容,还可以选择显示计算好平均分后并排序后的记录,显示内容包括:学期、学号、姓名、高等数学成绩等等。 包含源代码、报告~
1.主程序代码 DO SETUP DO FORM jrxt READ EVENTS 2.setup程序代码 CLOSE ALL SET SYSMENU OFF SET TALK OFF SET SAFETY OFF 3.cleanup程序代码 SET sysmenu TO defa SET TALK ON SET SAFETY ON CLOSE ALL CLEAR WINDOWS CLEAR EVENT 4.各班人数代码 SELECT Bjml.班级名称, COUNT(Xsda.学号)as班级人数 FROM xsgl!bjml FULL JOIN xsgl!xsda ON Bjml.班级编号 = Xsda.班级 GROUP BY Bjml.班级名称 5.平均入学成绩代码 SELECT Bjml.班级名称, AVG(Xsda.入学成绩)AS平均入学成绩 FROM xsgl!bjml GROUP BY Bjml.班级名称 ORDER BY 2 6.菜单程序代码 SET SYSMENU TO SET SYSMENU AUTOMATIC DEFINE PAD _1z80npzgr OF _MSYSMENU PROMPT "系统管理(\<S)" COLOR SCHEME 3 (2012-06-25, Visual Basic, 492KB, 下载8次)

http://www.pudn.com/Download/item/id/1921717.html

[数据库编程] sqlite3-using-summary

sqlite提供的是一些C函数接口,你可以用这些函数操作数据库。通过使用这些接 口,传递一些标准 sql 语句(以 char * 类型)给 sqlite 函数,sqlite 就会为你操作数据库。sqlite 跟MS的access一样是文件型数据库,就是说,一个数据库就是一个文件,此数据库里可以建立很多的表,可以建立索引、触发器等等,但是,它实际上得到 的就是一个文件。备份这个文件就备份了整个数据库。sqlite 不需要任何数据库引擎,这意味着如果你需要 sqlite 来保存一些用户数据,甚至都不需要安装数据库
sqlite is a C function interface, you can use these functions to operate the database. Through the use of these access Mouth, pass some standard sql statements (of type char*) function to sqlite, the sqlite will be for you to operate the database. sqlite with MS access the same file database, that is, a database is a file, this database can create a lot of tables, you can create indexes, triggers, etc., but it actually got Is a file. Backup, file backup of the entire database. sqlite does not require any database engine, which means that if you need sqlite to save user data, do not even need to install the database (2012-02-15, C/C++, 39KB, 下载8次)

http://www.pudn.com/Download/item/id/1772680.html

[数据库编程] Excel2sql

Excel导入SQLserver源码 Excel是一种非常灵活的电子表格软件,用它可以存储各种数据,本节将对如何将Excel导入SQL Server2000数据库进行详细介绍。 开发环境:NET2.0 开发工具:vs2005 开发语言:c# 数据库:server2000 1.方案分析 通过Microsoft.Jet.OLEDB.4.0方式可实现使用ADO.NET访问Excel的目的,如以下示例代码为连接Excel数据的字符串: string strOdbcCon = @"Provider=Microsoft.Jet.OLEDB.4.0 Persist Security Info=False Data Source= Server.MapPath(("~upfiles")+ filename) Extended Properties=Excel 8.0" 2.实施过程 程序开发步骤: (1)新建一个网站,命名为HHASPX,其主页默认为Default.aspx。 (2)Default.aspx页面中添加一个Table表格,用来布局页面,然后在该Table表格中添加一个一个FileUpload控件;一个Button控件和一个GridView控件。FileUpload控件用来选择上传文件,Button控件用来将指定Excel上传到服务器并将数据表中的数据导入到SQL Server数据库中;GridView控件用来显示导入SQL Server数据库中的Excel数据。 App_Data下为Sql数据库,附加后修改cs文件中的数据库连接字符串: string strConn = "Data Source=. DataBase=hhaspx Uid=sa Pwd=sa"
Excel导入SQLserver源码 Excel是一种非常灵活的电子表格软件,用它可以存储各种数据,本节将对如何将Excel导入SQL Server2000数据库进行详细介绍。 开发环境:NET2.0 开发工具:vs2005 开发语言:c# 数据库:server2000 1.方案分析 通过Microsoft.Jet.OLEDB.4.0方式可实现使用ADO.NET访问Excel的目的,如以下示例代码为连接Excel数据的字符串: string strOdbcCon = @"Provider=Microsoft.Jet.OLEDB.4.0 Persist Security Info=False Data Source= Server.MapPath(("~upfiles")+ filename) Extended Properties=Excel 8.0" 2.实施过程 程序开发步骤: (1)新建一个网站,命名为HHASPX,其主页默认为Default.aspx。 (2)Default.aspx页面中添加一个Table表格,用来布局页面,然后在该Table表格中添加一个一个FileUpload控件;一个Button控件和一个GridView控件。FileUpload控件用来选择上传文件,Button控件用来将指定Excel上传到服务器并将数据表中的数据导入到SQL Server数据库中;GridView控件用来显示导入SQL Server数据库中的Excel数据。 App_Data下为Sql数据库,附加后修改cs文件中的数据库连接字符串: string strConn = "Data Source=. DataBase=hhaspx Uid=sa Pwd=sa" (2010-04-29, Visual Basic, 153KB, 下载19次)

http://www.pudn.com/Download/item/id/1149835.html

[数据库编程] 5

采用Access数据库,三层开发 DB_51aspx下为Access数据库文件,Web为网站文件夹 目录下的Auto Generated Code均为代码生成器自动生成的代码 ExamDAL/DBHelp.cs为数据处理文件,注意使用时请先配置其中string strPath = "E:\\downCode\\ExamOnline\\DB_51aspx\\ExamOnline.mdb" 的数据库路径并编译才能使用。 可以进行学生的在线注册和登陆,用户注册采用验证码进行验证 首页登录地址:login.aspx 默认测试学生学号/密码:001/001 管理员学号/密码:51aspx/51aspx源码测评
The use of Access databases, for three DB_51aspx Development Access database file, Web site directory folder Auto Generated Code code generator are auto-generated code ExamDAL/DBHelp.cs for data-processing documents, please pay attention to use Configuration One string strPath = " E: \ \ downCode \ \ ExamOnline \ \ DB_51aspx \ \ ExamOnline.mdb" path and compile the database to use. Students can visit the online registration and user registration code to verify the use of Home Login Address: login.aspx No. students default test/password: No. 001/001 school administrator/password: 51aspx/51aspx source evaluation (2009-04-28, Visual C++, 292KB, 下载9次)

http://www.pudn.com/Download/item/id/734140.html

[数据库编程] 10

第10章 SQL查询相关技术 10.1 SELECT子句 10.2 查询常量 10.3 查询变量 10.4 模式查询 10.5 TOP和PERCENT限制查询结果 10.6 周期、日期查询 10.7 比较、逻辑、重复查询 10.8 在查询中使用OR和AND运算符 10.9 排序、分组统计 10.10 聚合函数 10.11 多表查询 10.12 嵌套查询 10.13 子查询 10.14 联合语句Union 10.15 内联接查询 10.16 外联接查询 10.17 利用IN进行查询 10.18 交叉表查询 10.19 函数查询 10.20 having语句应用 10.21 视图的应用 10.22 存储过程的应用 10.23 触发器的应用
Chapter 10 SQL queries related technologies 10.1 SELECT clause 10.2 Query query variables constant 10.3 Mode 10.4 and 10.5 TOP query results PERCENT limit cycle 10.6, 10.7 Date query comparison, logic, 10.8 duplicate queries in the query using the OR and AND operators 10.9 sorting, grouping and Statistics 10.10 polymerization function over 10.11 Table 10.12 inquiries nested query subquery 10.13 statement 10.14 United Union 10.15 in 10.16 connection query connection query outside the 10.17 use of 10.18 inquiries IN crosstab query function query 10.19 statement 10.20 having application 10.21 View 10.22 Application 10.23 application stored procedure triggers the application of (2009-03-25, C#, 1471KB, 下载13次)

http://www.pudn.com/Download/item/id/687989.html

[数据库编程] TOOLS

1 概要说明 === ==== 本软件采用强劲开发工具制作。能够分类管理、维护计量器具信息, 并完成相关报表的打印工作。 2 运行环境 ============ 《计量信息管理系统》以IBM兼容微机为硬件平台,最低的硬件配 置为 CPU奔腾166、32MB 内存,20MB以上硬盘空间,带光盘驱动器。 推鉴配置为CPU奔腾III,128MB 内存。 《计量信息管理系统》以 Microsoft 公司的 Windows95/98/2000 中文版平台,能良好运行,win95需要安装ADO驱动。Windows NT 现需 进一步详细测试。 3 系统安装 ========== 运行您所得到的SETUP.EXE 文件。 在安装《计量信息管理系统》之前,应退出所有其他正在运行的 WINDOWS 应用程序。 根据安装程序的提示进行即可。 6 系统运行 ========== 在 WINDOWS 桌面上双击 计量信息管理系统 快捷方式图标,即 可运行《计量信息管理系统》 。 此软件将作为免费软件发布,但作者保留所有版权。你可以任意 复制散布,但不能用于任何形式商业用途中。 在使用中,如果有什么错误发现,请你能来信告诉我,让我们一 同来完善这个软件,本人不胜感谢。
err (2008-11-02, Delphi, 1963KB, 下载35次)

http://www.pudn.com/Download/item/id/571371.html

[数据库编程] AspWeb_Ver_0.3.3

在线图书系统 Ver 0.3.3 说明: 修正一些小Bug 在线图书系统 Ver 0.3.2 说明: 修正一些小Bug,对删除分类和删除用户,只给admin权限,添加修改用户和用户密码的功能,添加修改图书数据的功能。 在线图书系统 Ver 0.3.1 说明: 那个程序我把他更新了一下,数据库有点变化,你要把原来的wwwroot目录下面的文件全部删除,然后把新的版本解压出来覆盖。 在线图书系统 Ver 0.2.2 说明: 1、系统环境为asp,把AspWeb.rar解压后,运行AspWeb.exe,然后点击“启动” 2、然后在浏览器地址栏输入:http://localhost,或者你电脑的IP地址:http://你的IP,理论上可以在局域网内多用户使用 3、初始登录用户密码为:admin/admin 本系统为测试粗放版,使用注意!由于使用本软件而造成的任何问题,由使用者本人负责,与软件设计制作者无关!谢谢!
err (2008-09-17, HTML, 819KB, 下载44次)

http://www.pudn.com/Download/item/id/547693.html

[数据库编程] databasebackup

1) 数据的导入和倒出 a) 如何从其它格式的文件导入数据到表中 b) 如何备份以及恢复数据库(下载目录里有lkj.dat文件,为一数据库备份) c) 如何从其它的服务器上备份和恢复数据 2) 备份恢复后,有下列表,这些表之间没有约束,请增加约束 a) 学生信息表 b) 教师信息表 c) 课程信息表 d) 选课信息表 e) 教师开课表 3) Class表有重复记录(课程代码) ,请删除 4) 课程信息表里有NULL值,请用0分替代 5) 查询操作 a) 查询总人数 b) 查询每门课程选修人数; c) 按照姓氏统计人数 d) 计算每个同学的平均学分绩 e) 查询学生的选课情况(详细) f) 查询选修了课程名称包含“计算机”的同学的选课信息 g) 选修了所有的课程的同学 h) 对照课本,完成一些子查询 6) 插入数据 7) 更新数据 a) 将李姓同学与王姓同学的姓氏呼唤 8) 删除数据 a) 删除选修了“心理学“的同学 9) 试试 a) 级联删除 b) 级联更新 10) 事务 a) 编写一个事务程序,实现更名操作 b) 将李王互换 (2008-05-30, SQL, 2KB, 下载11次)

http://www.pudn.com/Download/item/id/477295.html

[数据库编程] mrygljp

QEMU是一套由Fabrice Bellard所编写的模拟操作系统的自由软件。它与Bochs,PearPC近似,但其具有某些后两者所不具备的特性,如高速度及跨平台的特性。经由kqemu这个非自由的加速器,QEMU能模拟至接近真实电脑的速度。 可以模拟 IA-32 (x86)个人电脑,AMD 64个人电脑,MIPS R4000, 升阳的 SPARC sun3 与 PowerPC (PReP 及 Power Macintosh)架构 支持其他架构,不论在主机或虚拟系统上 增加了模拟速度,某些程序甚至可以实时运行 适用于Linux ,Windows, FreeBSD and MaxOS X这几个平台 可以储存及还原运行状态(如运行中的程序) 可以虚拟网络卡 Qemu Manager是delphi源码 qemu是c源码 这里下载源码
QEMU is a set of written by Fabrice Bellard analog of the free software operating system. It with Bochs, PearPC approximate, but it has some of the latter two do not have the features such as high-speed and cross-platform features. By this non-free kqemu accelerator, QEMU can be simulated to a level close to the real speed of the computer. Can simulate the IA-32 (x86) PC, AMD 64 PC, MIPS R4000, Sun SPARC sun3 with the PowerPC (PReP and Power Macintosh) architecture to support other structure, whether in the host or virtual system to increase the speed of a simulation, a these procedures can even be applied to real-time operating Linux, Windows, FreeBSD and MaxOS X platform these can save and restore the operational status (such as in the operation of the procedure) can be virtual network card is delphi source Qemu Manager Qemu is the c source code here to download source (2008-04-24, Delphi, 4413KB, 下载76次)

http://www.pudn.com/Download/item/id/445175.html

[数据库编程] shangyi5.0POS

这是用PB6开发的一个POS管理系统,功能很强大,是一个参考的好例程。 单体店: 服务器端: 1.建数据库sypos,sypos2000 2.在SQl Query中运行 script\sypos\syposinit.sql sypostr.sql script\sypos\yearinit.sql viewandproc.sql yeartr.sql 3.自动启动SQL ServerAgent 服务 4.建立计划,执行ProcessPosAndSuspendRetail(每十天左右,在非营业时间执行一次) 客户端: 1.安装SQL Server客户端 2.建目录sypos,拷贝运行程序及配置文件(sypos.exe) 3.在桌面上建sypos.exe快捷方式 配货中心及门店(通讯用): 1.运行combase.sql,comyear.sql,comyearp.sql 2.拷贝通讯程序(sycom.exe) 3.在桌面上建sycom.exe快捷方式 4.安装xceedzip.exe
This is used to develop PB6 a POS management system, functionality is very powerful, is a reference to a good routine. Monomer shop: server-side: 1. To build the database sypos, sypos20002. In SQl Query run scriptsypossyposinit.sql sypostr.sql scriptsyposyearinit.sql viewandproc.sql yeartr.sql3. Automatically start SQL ServerAgent service 4. The establishment of planning, implementation ProcessPosAndSuspendRetail (per about 10 days, once in the non-business hours) client: 1. to install SQL Server client 2. build directory sypos, copies of operational procedures and configuration files (sypos.exe) 3. on the desktop shortcut with built sypos.exe cargo centers and stores (communication): 1. Run combase.sql, comyear.sql, comyearp.sql 2. copies of the communication process (sycom.exe) 3. on the desktop shortcut sycom.exe built 4. installation xceedzip. exe (2008-01-17, PowerBuilder, 3266KB, 下载30次)

http://www.pudn.com/Download/item/id/395724.html

[数据库编程] 289VBSQLcheliangguanlixitong

息设置等,基本模块的原代码,编写相应的功能实现模块 车辆管理系统属于信息管理系统的一个具体实现,主要涉及的是几个核心模块,即司机、车辆、运营、维修和交通事故管理模块的实现,这里主要包括一些空间的使用和数据库查询等。还有另外的一个重要模块是用于实现数据库打开连接、数据更新修改和数据库关闭等,该模块是为简化系统中各个模块普遍访问数据库中各种数据,在此,产生一个公用数据函数,用于执行各种数据库操作。数据库采用的是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 (2007-05-27, Visual Basic, 932KB, 下载148次)

http://www.pudn.com/Download/item/id/288451.html

[数据库编程] Visual_Basic_6.0_Database

《VISUAL BASIC 6数据库编程大全》配套源码 《VISUAL BASIC 6数据库编程大全》简洁而专业地指导Visual Basic 程序员如何利用微软的Visual Basic 企业版进行设计和创建数据库应用程序。内容覆盖了VB6程序员所要了解的八个方面,并为数据库程序员提供了经常会遇到的各种问题的必要解决方案。同时讲述了如何将这些技术结合在一起,创建正在莛发展的客户机/服务器,以及基于Web的应用程序。附带的光盘含盖了书中例举的程序代码,极大地方便读者学习和使用VB6进行程序开发和数据库编程。
"VISUAL BASIC 6 Database Programming Solutions" complementary source "VISUAL BASI C 6 Database Programming Solutions, "a concise and professional guidance Visual Basic programmer how to use Microsoft's V isual Basic Enterprise Edition for the design and creation of database applications. Cover the contents of VB6 programmers need to know about eight, and to provide a database programmers often encounter the problems need solutions. Also explains how to combine these technologies together, to create stalk of grass is the development of client/server, and the Web-based applications. Accompanying CD covered the book's code examples, great convenience for readers to learn and use VB6 procedures for the development and database programming. (2007-01-27, Visual Basic, 20KB, 下载33次)

http://www.pudn.com/Download/item/id/245951.html

[数据库编程] ODBCSelectExample

实例有关说明: 数据源:本实例使用的数据源在本章实例MyOdbcSmpl目录中,数据源为ACCESS数据源,数据文件为Mydb.mdb。请根据本章2.4.1创建ODBC数据源中所指示的ODBC数据源管 理器(ODBC32.exe)来创建和配置数据源MyDB(也可以命名为其他名称)。 执行结果:本章实例的执行结果MyOdbcSmpl目录中的可执行文件MyOdbcSmpl.exe。在数据源中选择刚配置的MyDB,在数据表或视图中选择要查询的表或视图,选择查询的列,如果有查询条件,请在查询条件中输入,最后确定是否输出显示查询结果,缺省为显示,单击“执行”按钮,执行查询并显示查询结果,在SQL语句框中显示执行的查询。 源程序:本章实例的源程序都在MyOdbcSmpl目录中,可以根据本书给出的源程序说明,参考源程序。
Note : Data Source : The data used by the examples in this chapter source directory MyOdbcSmpl example, ACCESS data source for data sources, data files for Mydb.mdb. Requests under this chapter 2.4.1 create ODBC data source as directed by the ODBC Data Source Manager (ODBC32.exe) to create and configure data sources MyDB (also named other names). Outcome : examples of this chapter MyOdbcSmpl results of the implementation of the directory MyOdbcSmpl.exe executable files. The data sources to choose just the MyDB configuration, the data in Table View or choose to check the table or view, the choice for the series, if there are inquiries conditions, the conditions for the importation, and the final decision whether the output query results, as shown by default, click the "executive" (2006-03-22, Visual C++, 543KB, 下载12次)

http://www.pudn.com/Download/item/id/158138.html

[数据库编程] CS服务端工具

安装说明: 1 安装时将本服务端解压到 D:\Muserver 2 安装SQL2000 + SP3 3 建立 MuOnline 和 Ranking 数据库 4 建立SQL数据库用户 Admin和MuAdmin指定到MuOnline数据库 BobStudio指定到Ranking数据库 5 还原 D:\Muserver\服务端工具\空白数据库\ 目录里的备份文件 6 执行 D:\Muserver\服务端工具\ 目录里的 ODBC数据源自动建立.reg 7 用字符替换器搜索 127.0.0.1 替换成 127.0.0.1 [单机已可运行] 8 要修改设置请使用 D:\Muserver\服务端工具\ 里的工具进行修改
Installation instructions : 1 installation of this server to extract the D : \ SQL2000 Muserver 2 installed SP3 three established MuOnline Ranking database and the establishment of four SQL database and user Admin MuAdmin designated to MuOnline BobStudio designated database to database Ranking 5 Reduction D : \ Muserver \ server tools \ blank database \ directory of backup files implementation 6 D : \ Muserver \ server tools \ directory ODBC data sources automatically established. reg seven characters used for the replacement search 127.0.0.1 replaced 127.0.0.1 [ Single be operational] 8 to change the settings to use D : \ Muserver \ server tools \ The tools for change (2005-12-14, Java, 84KB, 下载4次)

http://www.pudn.com/Download/item/id/133419.html

[数据库编程] MyODBCSmpl

实例有关说明: 数据源:本实例使用的数据源在本章实例MyOdbcSmpl目录中,数据源为ACCESS数据源,数 据文件为Mydb.mdb。请根据本章2.4.1创建ODBC数据源中所指示的ODBC数据源管 理器(ODBC32.exe)来创建和配置数据源MyDB(也可以命名为其他名称)。 执行结果:本章实例的执行结果MyOdbcSmpl目录中的可执行文件MyOdbcSmpl.exe。在数据 源中选择刚配置的MyDB,在数据表或视图中选择要查询的表或视图,选择查询的 列,如果有查询条件,请在查询条件中输入,最后确定是否输出显示查询结果, 缺省为显示,单击“执行”按钮,执行查询并显示查询结果,在SQL语句框中显 示执行的查询。
Note : Data Source : The data used by the examples in this chapter source directory MyOdbcSmpl example, ACCESS data source for data sources, data files for Mydb.mdb. Requests under this chapter 2.4.1 create ODBC data source as directed by the ODBC Data Source Manager (ODBC32.exe) to create and configure data sources MyDB (also named other names). Outcome : examples of this chapter MyOdbcSmpl results of the implementation of the directory MyOdbcSmpl.exe executable files. The data sources to choose just the MyDB configuration, the data in Table View or choose to check the table or view, the choice for the series, if there are inquiries conditions, the conditions for the importation, and the final decision whether the output query results, as shown by default, click the "executive" (2005-03-01, Visual C++, 566KB, 下载31次)

http://www.pudn.com/Download/item/id/1109665686274072.html

[数据库编程] v5742_lsyd

药店连锁源码 1 本软件可用于商业用途,但是要email给我 51946@sina.com 2 开发环境 d6 up2,sqlserver2000, win2000 server 1024*768(笔记本电脑) c/s 3 第三方控件,ehlib2.1,fastreport2.45,xpmenu,snccurrency ,(有可能用到express bar 但是可以在umain删除引用单元,因为没用到)可到51delphi ,cakk.delphibbs.com下载 4 数据库配置方法,在sqlserver2000新建yd数据库,关闭数据库服务器,用压缩包中的数据库文件覆盖原文件 5 编译,首先检测第三方控件是否安装完全,改变udm模块中的adoconn的connstring,使其与yd联接
drugstore chain a source software can be used for commercial purposes, but to email me 51946@sina.com 2 development environment d6 up2, sqlserver2000, WIN2000 server 1024* 768 (notebook computer) c/s three third-party controls, ehlib2.1, fastreport2. 45, xpmenu, snccurrency (some might use express bar but it is invoked in umain delete modules, as unused) to 51delphi, four cakk.delphibbs.com download configuration database, the database sqlserver2000 new yd closed database server, compression included in the database file the original document covering five compiler, the first third-party testing controls installed completely change udm Module of the connstring adoconn, linking it with yd (2004-10-14, Delphi, 424KB, 下载25次)

http://www.pudn.com/Download/item/id/1097738125900411.html

[数据库编程] ICDBaseSource

(转载)This is a contact manager, built with the DAO data control and an Access database. It is designed specifically to save internet gaming information such as favorite game, gaming handle, clan name, clan rank, etc. Also includes a task scheduler. In addition, the look and feel of the front-end is highly customizable. 这是一个联系信息管理器,具有DAO数据控件和一个Access数据库。它主要旨在保存internet游戏信息,例如最喜欢的游戏,游戏入口点,部落名称,部落等级等等。也包括了一个任务调度程序。另外,它前端的外观具有高度的可定制性。 来源: http://www.freevbcode.com/ShowCode.Asp?ID=1839
(Reprint) This is a contact manager, built with the DAO data control and an Access database. It is designed specifically to save internet gaming information such as favorite game, gaming handle, clan name, clan rank, etc. Also includes a task scheduler. In addition, the look and feel of the front-end is highly customizable. this is a relation information management, has the DAO data to control and a Access database. It mainly is for the purpose of preserving the internet game information, for example most likes game, game entrance spot, tribe name, tribe rank and so on. Also has included a duty scheduler program. Moreover, front end it the outward appearance has highly may have custom-made the nature. Origin: Http://www.freevbcode.com/ShowCode.Asp? ID=1839 (2004-07-07, Visual Basic, 169KB, 下载10次)

http://www.pudn.com/Download/item/id/1089169813337525.html

[数据库编程] SQL-Tables

(转载)Use this utility to write your database table structure to a word file. You can select tables, or write all tables. In the word file you will be able to see complete details of the table(FieldName,Datatype,size,AllowNulls) with databse name and server name. 使用这个工具可将你的数据库表格结构编写为一个word文件。你能选择表,或者编写所有的表。在word文件中你能看到带有数据库名称和服务器名称表格的详细信息(域名,数据类型,大小,AllowNulls)。 来源: http://www.freevbcode.com/ShowCode.Asp?ID=5459
(Reprint) Use this utility to write your database table structure to a word file. You can select tables, or write all tables. In the word file you will be able to see complete details of the table (FieldName, Datatype, size, AllowNulls) with databse name and server name. uses this tool to be possible yours database form structure compilation to be a word document. You can choose the table, or compilation all tables. You can see in the word document has the database name and the server name form detailed information (domain name, data type, size, AllowNulls). Origin: Http://www.freevbcode.com/ShowCode.Asp? ID=5459 (2004-07-07, Visual Basic, 8KB, 下载10次)

http://www.pudn.com/Download/item/id/1089169663606633.html

[数据库编程] etl_src

使用ADO的数据复制原型 这是一个几乎在七年前我试图做的数据复制原型。它的一些部份可能仍然很有趣。最初,它使用了一个建造在ODBC上的的专有库,但是它可被容易地修改以使用任何的数据库接口层。 演示例子使用ADO和MSDEV 中自带 Nwind.mdb MS Access数据库。 这个原型引擎使用一个实际的或者人工制定的唯一的数据库内索引来标识一个记录。 在插入记录时可以正确处理Auto-Number或Counter数据类型。通过初始化复制条目集合或复制器类的Init方法中的链接描述符来执行复制计划。参考DemoCopyHelper.cpp这个例子.
Uses ADO data duplication prototype this nearly the data duplication prototype which I attempts in seven years ago to do. Its some parts still very were possibly interesting. At first, it has used a construction on ODBC appropriation storehouse, but it may easily revise uses any database interface level. The demonstration example uses in ADO and MSDEV brings Nwind.mdb MS the Access database. This prototype engine uses to be actual or in the artificial formulation only database the index marks a record. When inserts the record may correctly process Auto-Number or the Counter data type. Gathers or in the duplication kind of Init method link description symbol through the initialization duplication clause carries out the duplication plan. Refers to DemoCopyHelper.cpp this example (2004-07-02, C/C++, 84KB, 下载11次)

http://www.pudn.com/Download/item/id/1088728265837505.html