搜索资源列表
libDephiSQL
- 图书管理系统,使用Delphi开发,数据库为Microsoft SQL Server 2-library management system, the use of Delphi, database for Microsoft SQL Server 2
DrugManagement
- 《Delphi数据库应用项目开发实践》配书光盘,第5章 药品进销存管理系统,Delphi 7+SQL Server 2000。-"Delphi database application project development practice" of CD distribution, Chapter 5 pharmaceutical inventory management systems, Delphi 7 SQL Server 2000.
考试系统(Delphi版)
- 网络考试系统,Delphi课程设计 本考试系统主要功能如下: 1. 学生可以在网上进行考试,考试结束后由计算机批改试题给出分数,并记录成绩。 2. 学生在还可以在网上查询自己的考试成绩,查看自己的考试情况,修改密码等个人资料。 3. 老师可以在网上建立并维护题库,按不同方式组卷,还可以查看学生各次的考试情况。 4. 管理员可以在网上建立学生、老师等用户。-network test systems, Delphi curriculum design of the main functions of
PosMIS
- Delphi西餐厅前台触摸屏收银管理系统源代码,包括数据库文件。使用了第三方控件:Developer Express VCL,网上有下载-Delphi front restaurant touch screen cash register management system source code, including database files. Use a third-party control: Developer Express VCL, online, download
hsqldb_1_7_1
- 一个用java写的开源的数据库系统--An open source code database system written in java
VOD
- 自己开发的一个VOD点播源代码,使用MSSQL数据库。-VOD developed an on-demand source code, use the MSSQL database.
SaleManager
- 一个简易型的客户信息管理,包含基本的增、删、改,同时可以进行基本的信息查询功能,对数据能方便输出到Excel,是Delphi数据库初学者难得的资源。-A Simple customer information management, including basic by adding, changing, as well as basic information functions, easy export of data to Excel, is a Delphi database begin
WLManagement
- 明日科技的《Delphi数据库开发案例精选》中的资源管理系统源代码。界面美观,值得参考。网上很难下载到。-Tomorrow s Technology Delphi database development case selection in the resource management system source code. Beautiful interface, it is also useful. Difficult to download online.
vbmic_exam
- 信息技术考试系统单机版数据库中附有两套练习——《高一信息技术期中练习》、《高一信息技术期中练习》,口令分别是“2003”、“2004”,补考口令分别是“3”、“4”。 可设置交卷后是否显示正确答案。-Information Technology Examination System stand-alone version of the database with two sets of exercises- the high information technology during a
tushuguanguanlixitong
- 用DELPHI来编写的图书管理系统,SQL Server2000数据库管理系统、SQL语言原理、Delphi应用程序设计,Delphi数据库技术进行了较深入的学习和应用,主要完成对图书管理系统功能模块、数据库模式-DELPHI come prepared with library management system, SQL Server2000 database management system, SQL language principle, Delphi Application Prog
SQL2005_s
- DELPHI7.0+SQL2005环境下开发 2008年8月假期所写,12天的开发周期,(但没有完成。呵呵) 无第三方控件,程序全部详解 程序目的主要是写对来访问宿舍与货品进出宿舍的管理(已经完成) 程序还差最后几个查询模块没有写。本来是想写完参加大二的文化节的,不过感觉水平还是太低,放弃了,把源码给需要的人参考。 程序模块规划得很差,大家不要见笑啦。呵呵 此程序是本人的第一个操作数据库的例子。高手就略过了,主要对新手有点用处。 BLOG:www.guester.cn
CargoFp
- 电脑发票打印软件(最适用于货代运输发票开票),可自定义打印格式,无须安装. 文件说明: CargoFp.exe 执行文件 fpdb.mdb Access数据库文件 fp.frf 发票打印格式文件(可自定义格式)-Print invoices computer software (the most suitable for freight forwarding transportation billing invoice), can be customized to print f
salarymis
- 采用delphi语言实现了工资管理信息系统。使用了sqlserver数据库。-Adopt delphi language to realize the management information system of the salary. Have used sqlserver database.
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
Warehouse_Management_System
- delphi 开发的完整的仓库管理系统(带数据库)-delphi development of a complete warehouse management system (with database)
zyglxt
- --- -----使用说明 1.数据库为SQL2000,用附加数据库的功能建立WeijieData数据库,连接的用户为Sa,密码为空,可用server源代码自行修改. 2.第一次运行先打开Server端的WeijieServerPrg.exe一次进行注册. 3.运行客户端WeiJieFuShi_Prg.exe,默认操作员号WJ001 密码123 4.WeiJie_sys.INI为设置文件,当网络访问时 改IP = 你运行WeijieServerPrg.ex
phonebook
- this simpele phone book write in delphi and the database is acce-this is simpele phone book write in delphi and the database is access
dephi
- 小区物业管理系统是为小区管理者更好的维护小区各项业务处理工作而开发的管理软件,利用计算机实现对小区物业高效、准确的维护、管理。 后台数据库使用SQL Server,前台开发工具使用Delphi。 本系统采用目前比较流行的ADO数据访问技术,针对每个数据库表建立了数据实体类,并为每个数据实体类定义了相应的操作方法,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势。-Area property management system is better f
tushuguanlixinxixitong
- 这篇论文主要讲述关于图书馆管理信息系统的信息,特别是讨论了关于设计该系统时的思想、方法和过程,以及在细节上分析函数和方法的实现思想。在本论文中讲述的图书馆管理信息系统拥有一个交互式的界面、逻辑的数据库结构。并且在设计数据库时还考虑到了实体完整性约束、参照完整性约束、及尽量减少数据的冗余,在数据库里有包括表、过程、函数、触发器等5个数据库对象。许多涉及到图书、读者的信息的功能在本系统中都有实现。例如,你可以将新书的信息插入到数据库的图书基本情况表里;还可以对已经插入的关于图书的信息进行修改;更重要
ArcObjects93inDelphi2005
- My name is Roger Dunn and I work for the city of Orem, Utah. All of the programmers here have used Borland Delphi for writing database applications since Delphi version 1 or 2. I was hired as the city’s GIS programmer when I didn’t even know what GIS