I experimented a little with XI. Timestamps from an Oracle 9.2 database are coming through OK, but as DateTimes. The fractional seconds are lost.
If you need a computation that returns fractional seconds, you'll have to do it in a view or stored procedure. (I think you'd have to do that anyway, since I don't believe there is any Crystal function that will give you the difference in two dates including fractional seconds.)