>Hi Robert! > >>Have you considered converting boolean to byte? > >No. How can I do that inside a select? > >Carsten You can either create a method field that is equal to boolean field (which should give you 0 or 1 in it) and use that field for select or convert boolean to byte in the database scheme for all uses. Robert