R
Rod
I have a dataset which originally came from an Access table.
I then add a column using code to the table in the dataset and fill it with
data. (About 1000 records) . The column is not in the original Access table.
all works fine except
when I come to update the Access table (using the data adapter created by
the wizard) it takes 40 seconds or more.
I don't want the data in that column so I tried removing it before doing the
update, but it made no difference.
I am sure if I added the column to the Access table all would work fine, but
as I am learning I would like to do it without fudges!
many thanks in advance
Rod
I then add a column using code to the table in the dataset and fill it with
data. (About 1000 records) . The column is not in the original Access table.
all works fine except
when I come to update the Access table (using the data adapter created by
the wizard) it takes 40 seconds or more.
I don't want the data in that column so I tried removing it before doing the
update, but it made no difference.
I am sure if I added the column to the Access table all would work fine, but
as I am learning I would like to do it without fudges!
many thanks in advance
Rod