cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Accessing database from client using C++
Accessing database from client using C++
Oct 16, 2015 at 11:02am UTC
csstudent123
(409)
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 UTC
LB
(13399)
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.