V
VMI
I'm currently using the dataAdapter.Fill method to fill my dataset with data
from an Access DB. My dataset will contain a table with three fields from
Access. In my datagrid (for user interaction), I need to join the data from
these 3 cols into a temporary datacolumn. I can't add this additional
column in the Access table because I'll be duplicating data so I was
thinking of creating a datacolumn in runtime and looping through the filled
datatable. Is there any way to fill this temporary datacolumn without having
to loop through the datatable?
Any suggestions?
from an Access DB. My dataset will contain a table with three fields from
Access. In my datagrid (for user interaction), I need to join the data from
these 3 cols into a temporary datacolumn. I can't add this additional
column in the Access table because I'll be duplicating data so I was
thinking of creating a datacolumn in runtime and looping through the filled
datatable. Is there any way to fill this temporary datacolumn without having
to loop through the datatable?
Any suggestions?