Hi, I'm just starting to program DAO in Visual C++ 6.0 and a question come to me when I wanted to make the same DB accessed from multiple locations: thing is that the dirty detect feature doesn't solve my problem, I need that no one can access the same record (for example when in one computer it's been edited and in the other is been consulted).
I really don't know how this kind of problems are solve in database applications, I just read something about optimistic and pessimistic locking on the recordsets but the article (on MSDN) talked about "pages" on the recordset and I couldn't find more info on this subject.
I'll thank any tip you can give me since I'm quite lost.
Thank you
Diego