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 Client Overview
HP NonStop ODBC/MX Driver for Windows—691126-002
1-7
Password Expiration
catalog.schema.object-name
ANSI names have a maximum of 128 characters for each part of the name (not
including the dots).
ANSI Names for SQL/MX Objects
ANSI names for SQL/MX objects are registered in SQL/MX metadata residing in
SQL/MX format tables.
ANSI Names for SQL/MP Objects
ANSI names (also called alias names) are logical names that map to physical
Guardian names of existing SQL/MP objects.
To add ANSI alias names for SQL/MP tables, use NSM/web or the MXCI command
CREATE SQLMP ALIAS, which stores the alias name in the MP_PARTITIONS table in
the SQL/MX catalog. The SQL/MX catalog and schema names must exist before you
create the alias name. You can add alias names for NonStop SQL tables that are
registered in different NonStop SQL user catalogs, using the same SQL/MX catalog
and schema names.
Password Expiration
If MXCS on the NonStop system is configured to allow the driver to display password
expiration warnings, you can change your password during the current session, in one
of two ways.
Provide the old and new passwords in a dialog box that displays with the expiration
warning. If you enter an invalid password, the connection is terminated.
You can also cancel the password change and just continue with the current
session.
Provide the old and new passwords in the connection string:
PWD=<old_password>,<new_password>,<new_password>










