Displaying data from text file to dataset
-
Hello, I'm trying to display data from a text file "TAB" into a data set for display in the windows form. Later , I need to update any changes that the user made to the text file. Anyone knows how to do this?:doh: I'm using C# -- modified at 1:40 Monday 13th February, 2006
-
Hello, I'm trying to display data from a text file "TAB" into a data set for display in the windows form. Later , I need to update any changes that the user made to the text file. Anyone knows how to do this?:doh: I'm using C# -- modified at 1:40 Monday 13th February, 2006
how u r expecting a table in a text file... in text files u can't create tables, if u want to do that means seperate the texts with seperators and then get the string from that text file do the operations VMSSanthosh