Decoding DMSII Date/TimesThe DATABridge Client contains a set of dms_subtypes of values to decode DMSII elements that include the date and time in a single item. Specifically, the DATABridge Client contains values for DMSII ALPHA or NUMBER values that represent the date/time in a variety of ways, such as:
To decode these types of date/time representations into a relational database date/time data type, see Decoding DMSII Date/Time Represented as ALPHA or NUMBER. When using these with SQL Server, you should set the di_options bit DIOPT_Use_LongDate to force the client to use a data type of datetime rather than smalldatetime. When a data type of smalldatetime is used, the client adds zeroes for seconds. | ||
|