I have a .txt file and need to connect it. So in visual c++ do i need ODBC. if yes then can anyone guide me how to start with it.:-/
13L4D3 0 Newbie Poster
Recommended Answers
Jump to PostYou do not need ODBC. Just open the text file with standard fstream object. Text files do not need connection strings like SQL databases such as MySql.
If your looking to learn ODBC, there are tons of c++ classes, some free and some not free. Just google for them …
All 3 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
13L4D3 0 Newbie Poster
mitrmkar 1,056 Posting Virtuoso
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.