95老五攻略:请问 ADOVBS.INC 文件中 数据类型 adNumeric与adInteger有什么区别?

来源:百度文库 编辑:中科新闻网 时间:2024/05/02 07:31:11
请问 ADOVBS.INC 文件中 数据类型 adNumeric与adInteger有什么区别?

void
[vCid]
n.
空间, 空旷, 空虚, 怅惘
adj.
空的, 无人的, 空闲的, 无效的, 无用的, 没有的

The void type describes an empty set of values. No variable of type void can be specified — it is used primarily to declare functions that return no values or to declare generic pointers to untyped or arbitrarily typed data. (摘自MSDN)
void类型是空类型。void是无法指定数据类型的——主要用于表示函数没有返回值和通用指针。