Hi Balázs, > #pragma db value(ResultFloatSeven) definition > > [...] > > ResultFloatSeven S(Values, Id); > > [...] > > db->persist(S); You cannot persist a value directly, only as part of an object. Please read the documentation. Boris