J
John
Hello: I am having trouble creating a table and then taking the
contents of a dataset and insert it into the new table. I am looking
for methods and exsamples I have read many different approches.
1. I read my data into the dataset from a Text file. I do some
modifactions to the data.
2. I ask the user what table name they want. And then create the
table with the same fields that the text file has and the table name
that they specify.
3. I would like to take the data that is in the dataset and dump it
into the table that was just created. How would I do that?
Again, I have read many differnt ways with no success.
Please help.
contents of a dataset and insert it into the new table. I am looking
for methods and exsamples I have read many different approches.
1. I read my data into the dataset from a Text file. I do some
modifactions to the data.
2. I ask the user what table name they want. And then create the
table with the same fields that the text file has and the table name
that they specify.
3. I would like to take the data that is in the dataset and dump it
into the table that was just created. How would I do that?
Again, I have read many differnt ways with no success.
Please help.