I need to use ODB to make the C++ objects persistent. I know with ODB we can generate the .sql file ad then map it into respective database; however can we do the reverse thing using ODB ? as in constructing the objects back from db tables ?
Any help on this would be much appreciated !