When I was still in high school I programmed in Delphi. When we had to work with databases (it was always .mdb if that makes a difference) we always used ADO (the object in Delphi was called "ADO Query").
Currently I am using C++ and would like to know which "tool" (I don't know what you actually call them) I can use that will compile and work properly in Windows/Linux/Mac.
I need to be able to make queries, insert records and delete records from the database.
I don't know if ADO is the best one to use, so please feel free to suggest other ones.
Thanks.