![]() |
Is it possible to access databases through C-CPP and if so how?In: C Programming |
[Edit] |
[Edit]
Most database vendors offer an API for this purpose. The usage will vary by vendor, but generally you open a connection, query (or runcommand), check or step through results, close connection.
First answer by Dtecmeister. Last edit by Dtecmeister. Contributor trust: 34 [recommend contributor]. Question popularity: 14 [recommend question]





