I have an access database and I need some advice on how to convert each record/row of the access table into a new table. The main goal is to populate a VB datagrid for each record and allow the user to update it.
Would it be recommended to create yet another actual table to copy the data OR should I populate a dataset to do the same, so that I am not creating duplicate data tables.
It would be helpful if I can get some tips on populating dataset for each row/record, because that's where I am having major difficulties.
Any suggestions, tips would be helpful and appreciated.
Thanks
Would it be recommended to create yet another actual table to copy the data OR should I populate a dataset to do the same, so that I am not creating duplicate data tables.
It would be helpful if I can get some tips on populating dataset for each row/record, because that's where I am having major difficulties.
Any suggestions, tips would be helpful and appreciated.
Thanks