.NET TextData Provider Demo
Category:
C#, VB.NET, ASP.NETType:
ApplicationsDifficulty:
IntermediateAuthor:
Pankaj BangaVersion Compatibility: Visual Basic.NET
More information:
This sample demonstrates how to use the TextData Provider to implement delimited text file tables. IT allows you to select the delimiter in the text file and whether there's a header or not. It makes use of StreamReader constructor for reading and transfering data from a text file into .NET data structure.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download textdataprovider.zip