搜索资源列表
the-realizaton-of-both-Hibernate-and-Java
- Hibernate是一个面向Java环境的对象/关系数据库映射工具。对象/关系数据库映射(object/relational mapping(ORM))这个术语表示一种技术,用来把对象模型表示的对象映射到基于SQL的关系模型数据结构中去。Hibernate不仅仅管理Java类到数据库表的映射(包括Java数据类型到SQL数据类型的映射),还提供数据查询和获取数据的方法,可以大幅度减少开发时人工使用SQL和JDBC处理数据的时间。 本文在充分研究以往数据持久层的发展和现状的基础上,引出了基于ORM
How-to-operate-the-database-in-VB
- 如何在VB中操作数据库How to operate the database in VB-How to operate the database in VB
synchronize-the-two-databases-
- 利用C#,在Sqlserver2005和VS2008上进行两个数据库同步(用存储过程)。在运行之前,要先在两个数据库上建立两张相同结构的表(字段名要一样,表名可以不一样)。然后在数据库上添加存储过程,然后就能使用了-Using C#, VS2008 on the Sqlserver2005 and synchronize the two databases (using stored procedure.) Running before the first two in the two data
access-the-database-Vb
- 介绍Vb访问数据库的各种方法和彼此之间的差别-Comparison of Methods to access the database Vb
The-vc-dynamic-queries
- 实现VC动态查询,通过动态连接数据库,来实现动态查询功能.-VC dynamic query implementation, through the dynamic connecting to the database, to implement dynamic queries.
CSharpconnect-to-the-SQL
- 将c#和数据库进行连接,包括详细步骤,其中有图作为说明。很方便学习将C#和数据库连接-C# and databases will be connected, including the detailed steps
the-database-using-the-Data-control
- 很多软件都有保存用户设置的功能,以便用户下一次启动时其程序界面及相关设置都是自己最中意和习惯的,这使得软件具有人性化,用户用起来感到亲切。用VB编写的软件可以通过多种途径实现此功能,这里介绍用数据库方法来保存用户的个性化设置。-Many software have feature to save user settings so next time the user starts the program interface and related settings are their most
CouchDB-The-Definitive-Guide
- CouchDB是一种基于Erlang语言的分布式数据库,这本书着重介绍CouchDB的开发和使用。-CouchDB is a distributed database based on the Erlang language, this book focuses on the development and use CouchDB.
VCPPDevelopment-of-the-database
- visual C++数据库系统开发完全手册配套光盘-visual C++ Development of the database system completely manual CD
ADO-to-add-records-in-the-database
- 基于ADO技术,使用access数据库,利用ADO操作SQL语句,在access数据库中添加数据。-Based on ADO, use the access database using ADO with SQL statements to access database data.
Order-the-merger-of-the-table-lookup
- 这是关于顺序表的合并与查找,能把顺序表进行合并后,选择自己选择的元素进行查找,并返回其位置-This is a merger and find, on the order of the table can order table to merge, select the elements of their choice to find and return to its position
Postgres-has-the-function-to-use
- 对postgresql数据库已有的函数使用方法进行分析-Analysis of the function uses the postgresql database already
the-algorithm-Overview
- 算法设计课件(第一章算法概述),主要讲述算法概述。-Algorithm design courseware (the first chapter of the algorithm Overview) Overview focuses algorithm.
The-source-simple-query-system-bus
- 本系统实现北京市公交车路线的简单查询。 使用说明 第1步:注册数据源 ➊ 打开【控制面板】 【管理工具】 【数据源 (ODBC)】,在打开的对话框中单击【添加】-Beijing bus routes simple query. Instructions Step 1: registered data source ➊ Open Data Sources (ODBC) [control panel] m
the-dates-translated
- 定义一个关于年、月、日的结构,并编写一函数计算某日是该年中的第几天?注意闰年问题。-we defined a structure about the year,month,day and make up a function to compute a day is which day in a year
the-avg---min-and-max-scores
- 输入学生人数后输入每个学生的成绩, 最后输出学生的平均成绩、最高成绩和最低成绩。 要求使用动态内存分配来实现-Enter each student s achievement after entering the number of students, Finally, the students grade point average output, the highest score and the lowest score. Require the use of dyn
The-palette
- 用vfp编写的,按下按钮可以显示出相应颜色的程序-The palette
The-canteen-management-program
- 这是一个用VC6写的以个食堂交易系统,用ADO连接的数据库,以及MFC的几个插件!-This is a use VC6 write to a canteen trading system, using ADO database connection, and the several plug-in MFC!
The-student-attendance-system
- 实现7个功能,即显示所有学生缺课记录,录入学生缺课信息,查询某个学生缺课情况,修改缺课记录,删除缺课记录,统计某段时间缺课记录,退出系统。程序运行调试正常。-Achieve 7 function, which displays all students absent school records, recording student absenteeism, query a student absences, absences modify records, delete records ab
The-Clone-method-allows-you-to-create-a-duplicate
- The Clone method allows you to create a duplicate Recordset an existing Recordset. You can use this method to create multiple, duplicate Recordset, particularly if you want to edit more than one current record in a set of records. This method is much