I want to connect the access database to the c++ project.
What are the requirements of this?
How to connect that? Give the example.
avadhut_ekal 0 Newbie Poster
Recommended Answers
Jump to PostYes, ODBC is the oldest and most widely used method, but not the fasted. There are a few free ODBC C++ classes out there too that will help simplify the job-- just google for them.
Jump to PostThis thread was about connecting to Access, not MySQL. ODBC allows you to connect to databases with a level of abstraction over the specific database you use, letting you not have to worry about individual APIs.
All 5 Replies
ronicasingh 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
hasbro 0 Newbie Poster
death_oclock 103 Posting Whiz
hasbro 0 Newbie 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.