Inserting table with 400+ columns into DataTable object
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.

