ODBC/MX Driver for Windows Manual for SQL/MX Release 3.2.1 (H06.26+, J06.15+)
Table Of Contents
- HP NonStop ODBC/MX Driver for Windows
- Legal Notices
- Contents
- What’s New in This Manual
- About This Manual
- 1 ODBC/MX Client Overview
- 2 Installation of the ODBC/MX Client
- 3 Configuring Client Data Sources on Windows
- Accessing the Microsoft ODBC Data Source Administrator from a Client Workstation
- Adding New Client Data Sources
- Reconfiguring Client Data Sources
- Configuring Client Data Sources using Connection String
- Configuring Client Data Sources for Update Operations
- Configuring Driver for IPV6
- Removing Client Data Sources
- Tracing Client Data Sources
- 4 Module File Caching (MFC)
- 5 ODBC/MX Conformance
- ODBC API Functions
- SQL Conformance Level
- SQL Scalar Functions
- ODBC Data Types
- Unsigned Data Types
- Partial Date/Time Values
- SQL/MP Data Types and ODBC/MX Equivalents
- Microsoft Escape Clauses
- Stored Procedures
- Transactions and Cursor Behavior with Multiple Statements
- Timestamp Values with Fraction
- SQL Interval Insertion Property
- SQL Datetime Retrieval Property
- 6 ODBC/MX Messages
- Glossary
- Index

ODBC/MX Conformance
HP NonStop ODBC/MX Driver for Windows—691126-002
5-20
Timestamp Values with Fraction
Table 5-23. Sample Values Retrieved Using a C/C++ Program and Their
Corresponding Expected Values in Nanosecond
Value in the Column of the
SQL/MX Table Column Type
Value in the Fraction of
the Client Program
0.987654 timestamp(6) or time(6) 987654000
0.087654 timestamp(6) or time(6) 87654000
0.007654 timestamp(6) or time(6) 7654000
0.000654 timestamp(6) or time(6) 654000
0.000054 timestamp(6) or time(6) 54000
0.000004 timestamp(6) or time(6) 4000
0.98765 timestamp(5) or time(5) 987650000
0.08765 timestamp(5) or time(5) 87650000
0.00765 timestamp(5) or time(5) 7650000
0.00065 timestamp(5) or time(5) 650000
0.00006 timestamp(5) or time(5) 60000
0.00000 timestamp(5) or time(5) 0
0.9876 timestamp(4) or time(4) 987600000
0.0876 timestamp(4) or time(4) 87600000
0.0076 timestamp(4) or time(4) 7600000
0.0007 timestamp(4) or time(4) 700000
0.0000 timestamp(4) or time(4) 0
0.987 timestamp(3) or time(3) 987000000
0.087 timestamp(3) or time(3) 87000000
0.008 timestamp(3) or time(3) 8000000
0.000 timestamp(3) or time(3) 0
0.98 timestamp(2) or time(2) 980000000
0.09 timestamp(2) or time(2) 90000000
0.00 timestamp(2) or time(2) 0
0.9 timestamp(1) or time(1) 900000000
0.0 timestamp(1) or time(1) 0










