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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top