常用工具: 简繁转换 HTML/JS互转 Url编码Escape解析 Unicode编码转换 设为首页 加入收藏夹
更多内容
" id="arctext" class="center" " class="arcinfo center" " id="slistl" class="left" " id="mid_slistl_sch" class="left" " id="mid_slistl_adv" class="left" " id="mid_slistl_adv2" " src="http://www.fzs8.net/d/js/acmsd/middle2.js"
文章正文

ASP Hex 函数

来源:  网络收集  字体:[ ]
站内搜索系统
文章正文

ADO Field 对象

来源:  网络收集  2007-05-23 05:19:20 字体:[ ]

Field Object
Field对象

The ADO Field object contains information about a column in a Recordset object. There is one Field object for each column in the Recordset.
ADO Field对象包含了Recordset集的列信息。它是与记录集中的每一行相关的Field[字段]对象。

ProgID

set objField=Server.CreateObject("ADODB.field")


Properties
属性

Property属性Description描述
ActualSizeReturns the actual length of a field's value
返回一个字段值的真实长度
AttributesSets or returns the attributes of a Field object
设置或返回一个字段对象的属性值
DefinedSizeReturns the defined size of a field
返回拒绝的字段长度
NameSets or returns the name of a Field object
设置或返回一个字段对象的名称
NumericScaleSets or returns the number of decimal places allowed for numeric values in a Field object
设置或返回一个字段数之中允许接受的小数位数
OriginalValueReturns the original value of a field
返回当前记录中某字段的原始字段值
PrecisionSets or returns the maximum number of digits allowed when representing numeric values in a Field object
设置或返回数值型字段对象中浮点数值的最大有效位数
StatusReturns the status of a Field object
返回一个字段对象的状态
TypeSets or returns the type of a Field object
设置或返回一个字段对象的类型
UnderlyingValueReturns the current value of a field
返回一个字段对象的当前值
ValueSets or returns the value of a Field object
设置或返回一个字段对象的值

Methods
方法

Method方法Description描述
AppendChunkAppends long binary or character data to a Field object
向字段对象中追加长二进制数据或字符数据
GetChunkReturns all or a part of the contents of a large text or binary data Field object
返回所有的/一部分的文本(内容量较大的文本)内容或二进制数据的字段对象

Collections
集合

Collection集合Description描述
PropertiesContains all the Property objects for a Field object
包含了Field[字段]对象的所有Property[属性]对象

  
上一篇:ADO Error对象属性
下一篇:ADO Parameter对象属性
最新文章
推荐文章
热门文章
版权所有:IT加油站   COPYRIGHT © 2007 WWW.FZS8.NET ALL RIGHTS RESERVED.
闽ICP备08008535号