S
Sin Jeong-hun
Visual Studio automatically generates DateSet classes and all the
other classes automatically at the design time. But is it possible to
choose am MDB file at the rum time, and select a table to display, and
then display the table contents in the DataGridView?
I think, if I do that manually, I must first enumerates all the tables
in the MDB, and enumerates all the fileds in that table, and
dynamically create a DataSet. But can it be done automatically? Or is
there any quick and easy way to do this?
Thank you.
other classes automatically at the design time. But is it possible to
choose am MDB file at the rum time, and select a table to display, and
then display the table contents in the DataGridView?
I think, if I do that manually, I must first enumerates all the tables
in the MDB, and enumerates all the fileds in that table, and
dynamically create a DataSet. But can it be done automatically? Or is
there any quick and easy way to do this?
Thank you.