Accessing database from client using C++

say I want to access a record in DB and another person in other place wants to do the same, how can I apply using C++ concurrent access ?

Just can tell me the concepts involved and algorithm if possible

thanks
The database manages concurrent access for you. Look up "transactions" as it applies to databases. This isn't really specific to any one programming language.
Topic archived. No new replies allowed.