本文介绍了通过datagridview编辑逗号txt文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

这就是我需要的

将文本逗号文件获取到表.mbd并将其显示在datagridview中

Getting text comma file to the table .mbd and show it in the datagridview

动作

在datagridview中替换名称,然后单击保存

Replace the name in datagridview and clicking save

结果将更改文本文件中的名称并刷新datagridview

The result will change the name in the text file and refresh the datagridview

文本文件

<pers>,<date>,<recoa>,<recob>
Freddy,20150811,40,75
Addison,20150811,80,86
Alden,20150811,40,60
Ashwin,20150811,50,75
Emily,20150811,70,90
Megan,20150811,45,80
Katie,20150811,50,70
Amber,20150811,60,70
Rachel,20150811,85,80
Freddy,20150811,59,77
Addison,20150811,79,70
Alden,20150811,40,60
Ashwin,20150811,50,75
Emily,20150811,70,90
Megan,20150811,45,80
Katie,20150811,58,70
Amber,20150811,86,73
Rachel,20150811,40,94

感谢您的帮助

推荐答案

http://dotnetsridhar.blogspot.in/2012/04/datagridview-in -wndows-form.html


http://www.c-sharpcorner.com/UploadFile/rohatash/insert-edit-update并使用wi/

http://csharp.net-informations.com/dataadapter/updatecommand-oledb.htm


这篇关于通过datagridview编辑逗号txt文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-11 12:32