ms access - How to connect "Database" with Turbo C++? -


I want to connect with "Microsoft Access" with "Turbo C ++". How can I go about doing this?

Why are you using Turbo C ++? There are many better options in this.

He said, you probably need to make an ODBC connection first and then use the DB classes to connect to that connection.

EDIT: I just remembered that the Turbo C ++ compiler was probably 16 bit. Therefore, it will not be able to connect to 32-bit ODBC connections. If you want to do some real work then switch to the better C ++ compiler ASAP.


Comments