I was wondering if anyone give me the code for simple databses. I want to be able to do is read a field in a certain row. I know some sql but I do not know how to use it in c++.

My database is called game.mdb, table ch1. I want to read the field Health where name = "Silas". for example. How would be able to get this information into a int variable?

Thanks for any help.