|
Oracle 9i databases and the PowerBuilder O90 database interface support a new Oracle Timestamp datatype. This datatype includes the date and the time, including milliseconds. The existing Oracle Date datatype does not include millisecond information. Use the TimeStamp database parameter to determine whether PowerBuilder maps DateTime and Time datatypes to the Oracle TimeStamp datatype (the default) or to the Oracle Date datatype.
You can set this parameter on the Syntax page of the Database Profile Setup dialog box for Oracle9i.
|