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-16
Timestamp Values with Fraction
Table 5-20. Sample Values Inserted From a C/C++ Program and Their
Corresponding Expected Values in Microsecond (page 1 of 2)
Value Specified in the
Fraction of the Client
Program Column Type
Expected Value in the
Column of the SQL/MX
Table
987654 timestamp(6) or time(6) 0.987654
87654 timestamp(6) or time(6) 0.087654
7654 timestamp(6) or time(6) 0.007654
654 timestamp(6) or time(6) 0.000654
54 timestamp(6) or time(6) 0.000054
4 timestamp(6) or time(6) 0.000004
987654 timestamp(5) or time(5) 0.98765
87654 timestamp(5) or time(5) 0.08765
7654 timestamp(5) or time(5) 0.00765
654 timestamp(5) or time(5) 0.00065
54 timestamp(5) or time(5) 0.00005
4 timestamp(5) or time(5) 0.00000
987654 timestamp(4) or time(4) 0.9876
87654 timestamp(4) or time(4) 0.0876
7654 timestamp(4) or time(4) 0.0076
654 timestamp(4) or time(4) 0.0006
54 timestamp(4) or time(4) 0.0000
4 timestamp(4) or time(4) 0.0000
987654 timestamp(3) or time(3) 0.987
87654 timestamp(3) or time(3) 0.087
7654 timestamp(3) or time(3) 0.007
654 timestamp(3) or time(3) 0.000
54 timestamp(3) or time(3) 0.000
4 timestamp(3) or time(3) 0.000
987654 timestamp(2) or time(2) 0.98
87654 timestamp(2) or time(2) 0.08
7654 timestamp(2) or time(2) 0.00
654 timestamp(2) or time(2) 0.00
54 timestamp(2) or time(2) 0.00
4 timestamp(2) or time(2) 0.00
987654 timestamp(1) or time(1) 0.9










