<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi John:<BR>&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;The Oracle time component consists only of seconds, not fractions of a second while the PowerHouse DATETIME data type stores seconds to&nbsp;3 decimal places. <BR>
&nbsp;<BR>
&nbsp;&nbsp;&nbsp;So it is a good idea&nbsp;to truncate the&nbsp;fraction of&nbsp;seconds. SYSTIME is an integer of the form HHMMSSHH i.e to the hundreths of a second<BR>
&nbsp;<BR>
&nbsp;&nbsp; i.e. Define X datetime = SYSDATE + (&nbsp;FLOOR( SYSTIME / 100 ) ) /1000000<BR>
&nbsp;<BR>
&nbsp;&nbsp; Item date_time_column final X<BR>
&nbsp;<BR>
Good luck,<BR>
Peter Bateman<BR>&nbsp;<BR><BR><br /><hr />One at a time or all at once? Get updates from your friends in <a href='http://go.microsoft.com/?linkid=9660825' target='_new'>one place.</a></body>
</html>