Hi,

I'm having some dificulties to load a text tab delimited into a dataset,
I've tryied several things, including schema.ini file and so on.
Don't know where to go now, better I've done was load all file in one
column, guess I've to read it now and break it based on tab in another
dataset, but I think there's a better way to do it.

TIA
Ric

Re: Load Text Tab Delimited File into a Dataset by anoj

anoj
Wed Dec 12 08:54:57 PST 2007

One easy could be:
http://www.codeproject.com/KB/database/DataSetFrmDelimTxt.aspx

-/Anoj
[http://techtips4you.blogspot.com]


On Dec 12, 3:34 pm, Ricardo.PT <Ricard...@discussions.microsoft.com>
wrote:
> Hi,
>
> I'm having some dificulties to load a text tab delimited into a dataset,
> I've tryied several things, including schema.ini file and so on.
> Don't know where to go now, better I've done was load all file in one
> column, guess I've to read it now and break it based on tab in another
> dataset, but I think there's a better way to do it.
>
> TIA
> Ric