Multithreaded data access

  • Thread starter Thread starter Issac
  • Start date Start date
I

Issac

Hi,

Can anyone share any good source on multithreaded data
access please? (Data access that run in separate thread
from UI)

Thanks.
 
Dealing with Data Access asynch isn't any different from dealing with any
other topic. I'd begin here
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/PAIBlock.asp
but to address your problem specifically, I think this should address it
http://www.codeproject.com/dotnet/asynchronousdataaccess.asp It's an async
implementation of MS's Data Access Application Block.

HTH,

Bill

--

W.G. Ryan, eMVP

Have an opinion on the effectiveness of Microsoft Embedded newsgroups?
Let Microsoft know!
https://www.windowsembeddedeval.com/community/newsgroups
 
Back
Top