Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clear dataset and then refill it
Message
From
14/05/2004 10:09:40
Keith Payne
Technical Marketing Solutions
Florida, United States
 
 
To
14/05/2004 00:59:55
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00903959
Message ID:
00904059
Views:
24
>Dear The Expert,
>I am creating a serial communication application by using vb.net, after the data received then they will be proceed and then show on the datagrid, I show them by using below commands:
>
>mydataset.clear
>mydataadapter.fill(mydataset)
>
>the above commands will clear all contents in mydataset and then refill, I think this will takes a lot of resources. is there another way for doing this?
>
>Thanks
>
>Winanjaya

If you are using a DataSet with a DataAdapter, this is the most efficient way to put data into it.
Previous
Reply
Map
View

Click here to load this message in the networking platform