Accessing database from client using C++

Oct 16, 2015 at 11:02am
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
Oct 16, 2015 at 1:31pm
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.