I see that RDO automatically handles creation and update time of a row. But why use unix timestams rather than the SQL NOW() function, So we can deal with dates not with intigers? As SQL has date dedicated function, it will be much easier to deal with them. Duck