代码搜索:DataView
找到约 395 项符合「DataView」的源代码
代码结果 395
www.eeworm.com/read/148168/12488511
txt kj06-02-02.txt
6.2.2 ADO.NET的结构
对于复杂的数据库应用系统而言,比较重要的是DataSet及<mark>DataView</mark>,从数据库中取出数据后,须放到DataSet,若需将其显示在浏览器中,则应使用<mark>DataView</mark>.
数据流向为从左至右,<mark>DataView</mark>用于展示数据;如果需要将<mark>DataView</mark>中的数据存入数据库,则数据流向应为自右向左。
ADO.NET的对象:
Connection
与数据源建立连 ...
www.eeworm.com/read/148168/12488184
txt kj07-04.txt
7.4 利用<mark>DataView</mark>访问内存数据表中的记录
在某些情况下,需要按照不同的方式对内存数据库中的部分数据进行处理。对于类似的需求而言,新建DataSet对象显然会降低编码效率和程序的运行速度,此时可以利用<mark>DataView</mark>对象直接从内存数据库中抽取数据进行处理。
基本上,可以将<mark>DataView</mark>视为DataSet的子集。它包含DataSet的全部或一部分。 ...
www.eeworm.com/read/148168/12488197
txt kj07-99.txt
习 题
1.简述DataSet对象的主要特点。
2.简述DataAdapter的用途。
3.简述将内存数据库中的内容回写至数据源的主要步骤。并说明为什么在内存数据表中需要为数据项存储多个版本的值。
4.简述DataView对象的主要用途。
5.叙述将XML文档传入内存数据库的具体方法。
www.eeworm.com/read/468029/6998102
dpr cti.dpr
program CTI;
uses
SysUtils,
Forms,
U_Main in 'U_Main.pas' {MCTIForm},
U_Splash in 'U_Splash.pas',
U_Pub in 'U_Pub.pas',
U_CSSZ in 'U_CSSZ.pas' {CSSZ},
U_YHGL in 'U_YHGL.pas' {F
www.eeworm.com/read/329075/12983955
cpp xsv.cpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : implementation of main program xsv
History :
www.eeworm.com/read/294405/8226819
~dpr water.~dpr
program water;
uses
Forms,
waterctrl in 'waterctrl.pas' {FormWaterControl},
DataView in 'DataView.pas' {FormDataView},
Setting in 'Setting.pas' {FormSetting},
help in 'help.pas' {For
www.eeworm.com/read/294405/8226832
dpr water.dpr
program water;
uses
Forms,
waterctrl in 'waterctrl.pas' {FormWaterControl},
DataView in 'DataView.pas' {FormDataView},
Setting in 'Setting.pas' {FormSetting},
help in 'help.pas' {For
www.eeworm.com/read/287617/4020559
pas s2.view.is2dataitemview.pas
unit S2.View.IS2DataItemView;
interface
uses
S2.View.IS2DataView;
type
IS2DataItemView = interface(IS2DataView)
end;
implementation
end.
www.eeworm.com/read/287617/4020457
pas s2.view.is2dataitemsview.pas
unit S2.View.IS2DataItemsView;
interface
uses
S2.View.IS2DataView;
type
IS2DataItemsView = interface(IS2DataView)
function GetCount: Integer;
procedure ShowChildView;
end;
www.eeworm.com/read/487452/1236470
js ext-lang-es-min.js
Ext.UpdateManager.defaults.indicatorText='Cargando...';if(Ext.DataView){Ext.DataView.prototype.emptyText=""}if(Ext.grid.GridPanel){Ext.grid.GridPanel.prototype.ddT