搜索资源列表
sfgbookv1.0access
- 运行环境:(C#2.0,Asp.Net2.0)+access 更新说明: 增加了留言分页功能,可以在配置文件中设置分页大小。(个人感觉现在还不错^_^) 特点: 简单明了,代码清楚。适合初者看,高手请跳过。-operating environment : (C# 2.0, Asp.Net2.0) access update : a voice paging capabilities in the configuration file set up tabs size. (Personal fee
SGIPAPI1.44(update-20040901)
- 1) 系统采用面向对象的方法,严格按照SGIP1.2协议实现,支持Bind, BindResp,Submit, SubmitResp, Deliver, DeliverResp, Report, ReportResp, Unbind, UnbindResp消息,符合联通网关的最新标准(SGIP 0120修订版)。 2) 采用多线程并发处理的方式获取强大的性能,针对SGIP协议的特点,内建线程池进行消息的收发及处理操作,充分发挥系统和网络性能,再大的业务量也能够得到及时处理,丢包率小于0.01
accessApplication
- 续(这个例子是针对access的更新、删除、还有定位的,希望能对你有所帮助)-continued (this example is the response access update, delete, positioning, hope you can help)
accessDBUtilDemo
- 本文介绍C#访问操作access数据库的基础知识,并提供一个相关的例程。 本例程演示了: 1.access数据库的插入,更新,修改,查询; 2.带参数的sql语句的使用,而不是拼SQL; 3.使用DataReader的分页查询,而不是用嵌套的SQL语句来分页; 4.用事务同时执行多个SQL语句; 5.在插入数据的同时返回最新的ID值; 6.整型,实型,字符串,日期型,布尔型五种数据类型的操作; 7.使用正则表达式来验证整数和实数; 8.listview用来显示
ShowUseage
- 简直和WinXP系统自带的一模一样,功能和界面都一样,只是开发语言不同,系统的是用C写的,这是用DELPHI写的 此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效
qygzglxtydm
- 数据库管理系统(DBMS)是指数据库系统中管理数据的软件系统。DBMS是数据库系统的核心组成部分。对数据库的一切操作,包括定义、更新及各种控制,都是通过DBMS进行的。DBMS总是基于某种数据模型,可以把DBMS看成是某种数据模型在计算机系统上的具体实现。根据数据模型的不同,DBMS可以分成层次型、网状型、关系型、面向对象型等。MS access 2000就是一种关系型数据库管理系统。 VB+access开发的企业工资管理系统。-Database management system (DBM
VB_access
- 实现Visual Basic 与access数据库的链接,包括access数据库的打开、数据的写入、读出、删除、更新等!-It not only enable you to open the access database but also input, output, delet and update the data in access
Controlaccess
- VB.net操作access数据库示例,可以对数据库进行添加,更新,查找等操作-VB.net Operation access database example, you can be added to the database, update, search and other operations
Qt_QRentBook_Example_v1_1_en
- This Qt C++ application demonstrates how to use the QtSql module to access a SQLite 3 database. The application demonstrates how to use different QtSql classes to search, insert, update, and delete data from the database. The example also shows how t
DBCnn
- 将常用的数据库(SQL2005.access)联接方法,功能处理,如数据连接,数据库操作insert,delete,update。数据库备份,还原等功能。避免代码的重写。-The common database (SQL2005.access) connection method, function processing, such as data connections, database operations insert, delete, update. Database backup,
access_update
- 把一个数据库导入另一空库,根据一个access新建access数据库 并把数据部分导入到新数据库中。其中有一个access数据库操作模块,用事务方式,使数据库得到了压缩。-To a database into another empty database, according to a new access database and access the data part into the new database. One of them access database operation
access-CONTROL(del-update-insert)
- 通过DATA控件对access数据库的增删改查操作-Through the DATA control access database thickening of authorization check operation
LRU-update-Cache-
- LRU置换算法是选择最近最久未使用的页面予以置换。该算法赋予每个页面一个访问字段,用来记录一个页面自上次被访问以来经历的时间T,当须淘汰一个页面时,选择现有页面中T值最大的,即最近最久没有访问的页面。这是一个比较合理的置换算法。-LRU replacement algorithm is to select the page from lack of use the most recent to be replaced. The algorithm gives an access field in
CPP-to-access
- 下面以access数据库为例说明,用C#的DataSet类访问数据库的一些操作方法。操作涉及的主要C#类有:DataSet:对应数据库表的一个集合,实际上是数据库表在内存中的一个缓存DataTable:对应数据库表,是数据库表行的集合DataRow:对应数据库表行 OleDbConnection:建立数据库连接OleDbDataAdapter:由数据库生成DataSet,并负责DataSet与数据库的同步OleDbCommandBuilder:生成更新数据库所需的指令DataSet、Data
vb-access-ADD-DEL-update-DATA
- 实现了VB 与access 之间的连接 添加删除更新数据
update
- 一个Delphi例子,配合access数据库实现Delphi中的UPDATA数据更新实例,其实是演示如何使用SQL的update语句,是一个数据库范畴的例子,Delphi高手请跳过,新手可下载源码学习-An example of a Delphi, with the access database to realize the UPDATA data in Delphi update the instance, actually is a update statement that demons
Data-access---Data-Entry-Form
- Create a data entry to to add, update and delete records a single table.-Create a data entry to to add, update and delete records a single table.
shujuhebing
- excel数据表数据自动导入access数据库,更新及追加方式-Excel data table data automatically import access , update and add the way
NI 5G
- 5G Standardization - 3GPP Status update and Overview
C#大数据效率批量插入access-demo
- c# access大数据更新效率,源码下载(C# access large data update efficiency)