Click here to Skip to main content
Licence 
First Posted 3 Sep 2002
Views 46,308
Bookmarked 19 times

MTDaoRecordset : A DAO Class that supports MultiThreading

By | 4 Sep 2002 | Article
If you're sufferring from dao cracks in multithreaded environment, this article will be useful to you
 
Part of The SQL Zone sponsored by
See Also

Introduction

CMTDaoDatabase is derived from CDaoDatabase and has a static CCriticalSection member variable. And CMTDaoRecordset is derived from CDaoRecordset. All calls to CDaoDatabase and CDaoRecordset public member functions is serialized by the static member variable of CMTDaoDatabase, so you can use these classes in a multithreaded enviroment.

Usage

To use CMTDaoDatabase, just replace CDaoDatabase with CMTDaoDatabase. You can create your own recordset classes with VC ClassWizard, and then replace all occurences of CDaoRecordset with CMTDaoRecordset in your source files of derived classes. You can also defined CMTDaoRecordset objects and use them as CDaoRecordset objects. And I am sure that there won't be any deadlock problem bothering you. Bug reports and revisions are welcomed, thanks.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Kevin Hua

Web Developer

China China

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralOpening DB/Recordset fails PinmemberAkif17:57 15 Feb '04  
GeneralRe: Opening DB/Recordset fails Pinmembereo12110:49 12 Jun '08  
GeneralDAO is enough for my work PinsussKevin Hua17:03 5 Sep '02  
Generalor... PinsussAnonymous20:18 4 Sep '02  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120517.1 | Last Updated 5 Sep 2002
Article Copyright 2002 by Kevin Hua
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid