文件名称:vbaccessindex
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2014-05-05
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- cpu***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
VB得到Access数据库的表索引信息,使用While语句显示每个索引的信息,使用“===”符号换行,显示当前Access索引中各属性名称和相应的属性值,fld.Name为表索引的属性名称,还有一部分代码是根据属性值决定如何显示,比如如果为字符类型则直接显示,如果为其它类型则转换为字符类型后显示-VB get Access database table index information, use the While statement displays information for each index, use the " ===" symbol wrap displays the name of each attribute and the corresponding attribute value of the current Access Index, fld.Name table indexed property name, as well as part of the code is based on the property value determines how to display, for example, if a character type is displayed directly, if the other type is converted to a character type displayed after
(系统自动生成,下载前可以参看下载内容)
下载文件列表
获得表的索引信息\DataProject.vbp
................\DataProject.vbw
................\frmDataEnv.frm
................\frmDataEnv.frx
获得表的索引信息