Inserting table with 400+ columns into DataTable object

Hi all.
In my application i read tables from .txt files into DataTable object. It works well when table width is less then 255 columns.
Whole my application is build to work with DataTable objects.
Please tell me how can i work with wide tables? I hope there is the way to insert wide table into DataTable.
[320 byte] By [markov_alex] at [2007-11-19 2:32:12]
# 1 Re: Inserting table with 400+ columns into DataTable object
It is not a problem with DataTable. It is a problem with ODBC Text File Driver.
Krzemo at 2007-11-10 3:30:58 >
# 2 Re: Inserting table with 400+ columns into DataTable object
I know now. I allready tryed OleDb to. Same result. I'll do it with stream.
markov_alex at 2007-11-10 3:31:58 >