Hello I get compile errors when I try to do void f(const & myobj) { ... db.update<MyType>(myobj); ... } There are a number of overloads in database.hxx but none of them takes const T& alone. Rds,