To make a DataTable(of a DataSet) from the TextSource
Posted: Fri Jan 18, 2008 1:09 pm
Hi all,
I want to make a DataTable from a text file by using the TextSource of TeeChart library. And then, I want to show a DataTable on a DataGridView as follows;
DataTable table;
DataGridView dataGridView1;
...
...
dataGridView1.DataSource = table;
Can I get the DataTable from a TextSource linked to a text file without defining the series? Of course it is possible to use string parser, but I want to do that by using your library if it could.
Finally, I want a translator(DataTable from a text file) with your library^^
Have a nice weekend!
Sincerely,
I want to make a DataTable from a text file by using the TextSource of TeeChart library. And then, I want to show a DataTable on a DataGridView as follows;
DataTable table;
DataGridView dataGridView1;
...
...
dataGridView1.DataSource = table;
Can I get the DataTable from a TextSource linked to a text file without defining the series? Of course it is possible to use string parser, but I want to do that by using your library if it could.
Finally, I want a translator(DataTable from a text file) with your library^^
Have a nice weekend!
Sincerely,