Anyone who interacts with today s modern Databases needs to know SQL (Structured Query Language), the standard language for generating, manipulating, and retrieving Database information. In recent years, the dramatic rise in the popularity of relational Databases and multi-user Databases has fueled a healthy demand for application developers and others who can write SQL code efficiently and correctly.
标签: Structured interacts Databases Language
上传时间: 2016-01-02
上传用户:qlpqlq
1、系统环境要求:WindowsXP/2000 2、DELPHI7.0企业版 3、如果数据库为SQL Server数据库,建议用户安装SQL Server2000 4、程序解压后去掉只读属性 5、源代码使用注意事项: 《仓库管理系统》 数据库文件:仓库管理系统_Data.MDF,仓库管理系统_Log.LDF(mingrisoft\仓库管理系统\Database\) 操作员: mr 密码: 111 是超市库房的管理系统,可以进行出入库,价格更多方面的管理。
标签: WindowsXP DELPHI Server 2000
上传时间: 2016-01-04
上传用户:zhangzhenyu
演示:http://www.jspshop.cn/frshop 为方便广大网友测试安装成功,jspshop.cn技术人员提供了更为简洁的安装方法: 1.配置tomcat服务器--首先安装jdk,后安装tomcat 详细配置说明 2.点击jspshop 1.0.exe安装文件。(注意在安装时选择目录 tomcat根目录\webapps\root.) 3.设置数据源:控制面板--管理工具--数据源(ODBC)--添加 用户数据源 选择 驱动器为:microsoft Access Driver 数据源名为jspshop 数据库在 tomcat根目录\webapps\root\jspshop\Database\db.mdb 数据库可以重命名(建议); 4.安装成功,重新启动服务器Tomcat,用浏览器中输http://localhost:8080/jspshop进行测试
上传时间: 2016-01-07
上传用户:gut1234567
You know the rudiments of the SQL query language, yet you feel you aren t taking full advantage of SQL s expressive power. You d like to learn how to do more work with SQL inside the Database before pushing data across the network to your applications. You d like to take your SQL skills to the next level.
标签: advantage the rudiments you
上传时间: 2014-01-18
上传用户:xz85592677
雄霸天下游戏网 实例文件夹:mingrisoft\Game文件夹 数据库:采用SQL Server 2000数据库,名称为db_Game 数据库文件位置: \mingrisoft\Game\Database\db_Game_Data.MDF和 \mingrisoft\Game\Database\db_Game_Log.LDF 后台管理员入口: 用户名:admin;密码:admin;单击“进入”按钮,将进入后台管理页面 说明该用户为管理员。
标签: 61548 mingrisoftGame Server 2000
上传时间: 2016-01-21
上传用户:woshiayin
超市进销存系统+源代码 软件版本:1.0 应用系统:跨平台 使用权限:免费 软件介绍: 本软件运行环境: JDK1.5+SQL2000SP4 源代码运行环境: JBuider2006+ SQL2000SP4 用JBuider2006打开 \超市购物系统\Lgcsgwxt\Lgcsgwxt.jpx 数据库: \超市购物系统\Database\SuperMarket_Data.MDF 本软件用JDBC联的数据库, JBuider2006下运行需把SQL文件夹下的三个JAR包倒入 软件大小:压缩包约2M,解压后约9M 软件分前台收银和收台管理两大部分 前台可对不同会员卡产生不同的折扣率,前台涉及三张数据库表的操作: 商品表—用来查找相应的商品信息 销售表—用来记录每次销售的商品信息 库存表.—每次销售的商品要从库存中减去相应的商品数量 后台涉及商品的查询及管理,主要功能有: 商品分类查询及单个商品的查询 商品销售统计,可根据不同的时间段,不同的商品编码,进行相应的统计 商品进/出货 商品出/入库 商品采购 商品付款单 新增商品---------用于录入超市原来没有的商品 会员卡的增,删,改,查 数据库共9张表 详细信息看压缩包内说明
上传时间: 2014-08-03
上传用户:498732662
Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain Database connections and other data between hits and access to Apache internals. A more detailed description of what mod_python can do is available in this O Reilly article.
标签: interpreter Mod_python mod_python the
上传时间: 2016-01-25
上传用户:yd19890720
KeePass for J2ME is a J2ME port of KeePass Password Safe, a free, open source, light-weight and easy-to-use password manager. You can store passwords in a highly-encrypted Database on a mobile phone, and view them on the go.
标签: KeePass J2ME light-weight Password
上传时间: 2016-01-25
上传用户:er1219
《C++Builder数据库程序设计》配书光盘 1.光盘内容 Readme.txt 光盘使用说明 书中各章范例文件,Ch1-Ch13文件夹中是各章的范例文件,Database文件夹下为书中要应用的数据库文件。 2.光盘运行环境 本光盘可以运行在Windows 操作系统下,包括98/Me/2000/NT。 软件环境是C++Builder 5.0及以上版本,其中第5章、第8章和第11章(即ch5、ch8和ch11文件夹下)的范例文件的运行,还需要系统中已安装过SQL Server 7.0。其中SQL Server 7.0的安装请参考本书第11章的有关说明。 3.光盘使用说明 在使用本光盘的范例文件时,要先把光盘上的内容复制到硬盘,然后把各章范例文件的只读属性取消。其中第11章的范例运行,要求系统正确安装SQL Server 7.0的服务器端文件,操作系统应为Windows NT Server或Windows 2000 Server。
上传时间: 2013-12-13
上传用户:685
《C++Builder数据库程序设计》配书光盘 1.光盘内容 Readme.txt 光盘使用说明 书中各章范例文件,Ch1-Ch13文件夹中是各章的范例文件,Database文件夹下为书中要应用的数据库文件。 2.光盘运行环境 本光盘可以运行在Windows 操作系统下,包括98/Me/2000/NT。 软件环境是C++Builder 5.0及以上版本,其中第5章、第8章和第11章(即ch5、ch8和ch11文件夹下)的范例文件的运行,还需要系统中已安装过SQL Server 7.0。其中SQL Server 7.0的安装请参考本书第11章的有关说明。 3.光盘使用说明 在使用本光盘的范例文件时,要先把光盘上的内容复制到硬盘,然后把各章范例文件的只读属性取消。其中第11章的范例运行,要求系统正确安装SQL Server 7.0的服务器端文件,操作系统应为Windows NT Server或Windows 2000 Server。
上传时间: 2016-01-28
上传用户:风之骄子