文件名称:vbaccesstotxt
-
所属分类:
- 标签属性:
- 上传时间:2013-07-02
-
文件大小:4.17kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
将Access表中的数据内容按一定格式存储到Txt文件中,D:\Program Files\Microsoft Visual Studio\VB98,如果你的VB6不是安装在此位置,请修改代码中的路径为你的实际位置,测试结束后请记着关闭数据库引擎。-An Access table data content according to a certain format to Txt file, D: \ Program Files \ Microsoft Visual Studio \ VB98, if your VB6 is not installed in this location, modify the path in the code for your actual location, After the test, please remember to close the database engine. Caveats: Input field name wrap: Data1.Recordset.MoveFirst Do While Not Data1.Recordset.EOF For Each fld In Data1.Recordset.Fields Print# 1, fld.Value " ," No Wrap Next This cycle of the current record of all field values written to the file Print# 1, Chr (13) Data1.Recordset.MoveNext input newline after the next record is set to the current record Loop This Do-While Scrolling write all Record Close# 1 close the file End Sub
(系统自动生成,下载前可以参看下载内容)
下载文件列表
codefans.net/将Access表中数据按一定格式存储到Txt文件/DataProject.vbp
codefans.net/将Access表中数据按一定格式存储到Txt文件/DataProject.vbw
codefans.net/将Access表中数据按一定格式存储到Txt文件/frmDataEnv.frm
codefans.net/将Access表中数据按一定格式存储到Txt文件/frmDataEnv.frx
codefans.net/将Access表中数据按一定格式存储到Txt文件
codefans.net
codefans.net/将Access表中数据按一定格式存储到Txt文件/DataProject.vbw
codefans.net/将Access表中数据按一定格式存储到Txt文件/frmDataEnv.frm
codefans.net/将Access表中数据按一定格式存储到Txt文件/frmDataEnv.frx
codefans.net/将Access表中数据按一定格式存储到Txt文件
codefans.net
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.