Hello everyone! I just wanted to know how to connect C++ to a database like SQL. Can someone help me please? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Hello everyone! I just wanted to know how to connect C++ to a database like SQL. Can someone help me please?

24th May 2019, 6:46 AM
Eud-Jordan Georges
Eud-Jordan Georges - avatar
2 Answers
+ 2
Here's one example but there are many different libraries and APIs out there to connect to databases. MariaDB is the most common SQL DB but if you want something else you can use google or duckduckgo to look it up. https://mariadb.com/kb/en/library/c-client-library/
24th May 2019, 8:35 AM
Aaron Eberhardt
Aaron Eberhardt - avatar
0
Thank you. Gonna try it
24th May 2019, 12:16 PM
Eud-Jordan Georges
Eud-Jordan Georges - avatar