I have an SQLDataAdapter. When right-clicking on this adapter in the designer and selecting Preview Data, then clicking Fill Dataset, the dataset will fill each time I press the Fill Dataset button.
If the Fill Dataset button is pressed 4 times, the data populated in the list 4 times. Other SqlDataAdapters only populate the dataset once during this process, and do not repopulate when re-clicking the Fill dataset button.
Does this indicate that something is wrong? I'm not having any problems accessing the data, but I just want to make sure there's something that's being missed.
Thanks.
--
Mike
If the Fill Dataset button is pressed 4 times, the data populated in the list 4 times. Other SqlDataAdapters only populate the dataset once during this process, and do not repopulate when re-clicking the Fill dataset button.
Does this indicate that something is wrong? I'm not having any problems accessing the data, but I just want to make sure there's something that's being missed.
Thanks.
--
Mike