i am developing a project in c++ and i need database to save details.i googled but so far have bot come across a good tutorial for c++ database . most of the articles i have found are obsolete.
please suggest what are APIs for database in c++?
ravi_14 0 Light Poster
Recommended Answers
Jump to Postc++ language itself does not have an api for database access. As a beginner accessing any SQL compliant database is probably going to be very challenging. Before doing anything you need to study the SQL language so that you know how to request data and update the database. Without that …
All 3 Replies
Excizted 67 Posting Whiz
ravi_14 0 Light Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.