I want to connect “Microsoft Access” with “Turbo C++”. How can I do that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Why are you using Turbo C++. There are many better free alternatives.
That said, you probably need to create an ODBC connection first and then use the DB classes to connect to that connection.
EDIT: I just remembered that Turbo C++ compiler was probably 16 bit. So, it won’t be able to connect to a 32-bit ODBC Connection. Switch to a better C++ compiler ASAP if you want to do some real work.