Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQLDataAdapter fills dataset again and again

Status
Not open for further replies.

Mike555

Technical User
Feb 21, 2003
1,200
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top