Hi Nicholas, > I need to set an integer field in my db to value type NULL, not to 0. > Is there any way to do this? I believe you can use the odb::nullable class template to achieve this, as explained here: http://www.codesynthesis.com/products/odb/doc/manual.xhtml#7.3 Alexis MESTAG