搜索资源列表
wwwdb-0.0.5.tar.gz
- 使用perl和C写的基于Web的管理数据库表的程序
用vc++6.0开发多表联接的数据库应用程序
- 用VC++6.0开发多表联接的数据库应用程序-VC 6.0 multi-table database connectivity application
一个增强的数据库类CDataSet
- 一个增强的数据库类CDataSet 因为MFC完全支持数据库应用程序的开发,所以大多数数据库应用都使用CDatabase和CRecordset类,并且类向导(Class Wizard)提供了快速简易的方式来使用这两个类。有一点不足的就是当应用程序涉及到多表数据库时,类向导将产生大量的关于记录集的源码文件使得工程(project)给人的感觉很混乱。 本文介绍如何使用一个模板记录集类来降低类向导所产生的记录集文件的数量,同时增强记录积类(CRecordset)的功能。这个模板记录集类叫做:CData
从数据库中读一组数据并把它画成图表
- 本例主要使用的是PictureBox控件在数据库表显示上的应用。-the cases are used mainly PictureBox control in a database table shows the application.
导出数据库结构到html
- 导出Access、Sql Server数据库表到Html vb源吗,调试通过-derived Access, SQL Server database tables to Html vb source yet, through debugging
adoforblob
- 数据库中二进制大对象操作实例,演示了如何利用ado操作Access数据库表中的二进制大对象字段。也适用于SqlServer数据库 -database binary large object manipulation examples demonstrate how to use ADO Access database table operation of the binary large object field. Slammer also applies to database
search tang
- 这是一个数据库表的插入程序,在B/S结构上的数据库插入操作。使用的是ASP。NET技术。希望对大家有所帮助。-This is a database table insertion procedures, the B / S structure of the database insertion. Using the ASP.NET technology. We want to help.
实验2 创建数据库和表
- 一. (1)创建market数据库。 (2)创建客户表customer、供应商表supplier、商品信息表goods、订单信息表order、信誉等级表creditgrade和商品类型表goodstype。 (3)分别向以上各表输入数据。 (4)用INSERT语句向表中插入数据。 (5)用UPDATE语句更改表中数据。 (6)用DELETE语句删除表中数据。 -one. (1) the creation of the database market. (2) create
实验 4 查询数据库
- 1、从customer表中查询所有客户的姓名和电话。 2、查询库存量大于1000的商品,结果按库存量从大到小排序。 3、查询每个客户的订单金额的总和。 4、查询2005年上半年(1月1日到6月30日)订货总数大于5000的商品。 5、查询所有北京客户的订单信息,包括订单的序号、客户的姓名、商品名、数量。 6、查询所有商品在什么时间卖出了多少。 7、查询没有订单的商品信息。 8、查询每种商品的销售总数量和总金额。 -one from the customer tab
EX_Database01
- 这是一个数据库访问技术方面的程序,是基于ODBC技术的数据库访问,显示数据库表中的所有记录。-This is a database access technical aspects of the procedure is based on ODBC database access technology, the database shows the table all records.
autorecover
- 可以恢复数据库表空间,表结构,以及备份出的数据-can resume database table space, table structures, and the backup data
feifei
- 本包是一个简单的ODBC数据库,在用之前请先连接ODBC数据源,并创建ACESSSSSSS为名字的数据源。里边有一个ACESS数据库表。-the bread is a simple ODBC databases, in connection with post before ODBC data source, and create ACESSSSSSS name for the data source. Inside is a Acess database table.
the-realizaton-of-both-Hibernate-and-Java
- Hibernate是一个面向Java环境的对象/关系数据库映射工具。对象/关系数据库映射(object/relational mapping(ORM))这个术语表示一种技术,用来把对象模型表示的对象映射到基于SQL的关系模型数据结构中去。Hibernate不仅仅管理Java类到数据库表的映射(包括Java数据类型到SQL数据类型的映射),还提供数据查询和获取数据的方法,可以大幅度减少开发时人工使用SQL和JDBC处理数据的时间。 本文在充分研究以往数据持久层的发展和现状的基础上,引出了基于ORM
数据库原理
- 选课管理数据库,以SQL为实际的数据平台,灵活建立数据库、数据库表、实现对表的各种查询等。-Course management database to SQL data for the actual platform, the establishment of a flexible database table to table to achieve the various inquiries.
VC下ADO开发数据表集
- visual c++ 环境下 利用ADO方式与数据库表集进行交互性操作-visual environment means ADO database tables set with interactive operation
java-xml
- 从数据库表中生成xml文件和把xml文件数据导入数据库的例子代码。-Generate xml from the database table file and the xml file data into a database of examples of code.
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 s
ado
- VC访问数据库,对数据库表进行查询操作。-VC access the database, the database query operation table.
MDBViewer
- MDB数据库编辑工具,支持新建数据库,新建数据库表单,添加字段,添加数据库记录,反正都有了,有兴趣的不妨拿去慢慢研究-The MDB database edits tool, support lately sets up a database, lately set up a database form and list, add a word segment, add a database record, anyway and all had and have interest of migh
小型minisql数据库系统
- 这是一个用C编写的小型数据库系统,实现了数据库,实现了表的定义,查找,插入,删除,索引等数据库操作。是一个数据库原型。