Pass data to text file and save it on database
Posted
by Kasun
on Stack Overflow
See other posts from Stack Overflow
or by Kasun
Published on 2010-05-19T10:55:05Z
Indexed on
2010/05/19
11:00 UTC
Read the original article
Hit count: 212
c#3.0
Hi,
I need to Pass some data to text file. Then that text file should be save in Data Base(SQL 2005). Then i need to retrieve data from the database by reading the columns to my application. I use VS2005 and need C# solution.
Ex: (1) After click "Load" button data should pass to textile. (2) Then Click "Save" button data need to pass to database. (3) After click "Retrive" button data should load to datagride view.
Please Help.....
© Stack Overflow or respective owner