|
-
May 13th, 2004, 11:56 PM
#1
Thread Starter
Fanatic Member
Clear dataset then refill
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 them, I think this will takes a lot of resources. is there another way for doing this?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|