专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > VFP

想将一个文本文件的内容导入一个表的字段中,如何做

发布时间:2010-05-24 21:53:26 文章来源:www.iduyao.cn 采编人员:星星草
想将一个文本文件的内容导入一个表的字段中,怎么做
文本文件:info.txt
表:table
表table中的一个字段:feature

info.txt内容如下:
2.64782e+006
2.59332e+006
1.82109e+006
...




------解决方案--------------------
use table
copy stru to newtable fields feature
go top
use newtable in 0
select newtable
append from info.txt deli with blank
scan
replace table.feature with feature
skip in table
endscan
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: