Question

I want to connect "Microsoft Access" with "Turbo C++". How can I do that?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top