Select the product you need help with
FIX: ODBC error when you use scalar functions to insert timestamp with fractional valueArticle ID: 259287 - View products that this article applies to. This article was previously published under Q259287 SYMPTOMS
When you use ODBC scalar functions with the Microsoft Jet 4.0 OLE DB provider to insert a timestamp that contains a fractional (millisecond) value, the Jet ODBC driver (Odbcjt32.dll) may return the following error message:
Return: SQL_ERROR=-1 [Microsoft][ODBC Microsoft Access Driver] Reserved error (|); there is no message for this error. CAUSE
The Jet OLE DB driver does not support storage of millisecond values.
RESOLUTION
To resolve this problem, install the latest Microsoft Jet 4.0 service pack.
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
239114
(http://support.microsoft.com/kb/239114/
)
How to obtain the latest service pack for the Microsoft Jet 4.0 Database Engine
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. This problem was fixed in Jet 4.0 Service Pack 6 (SP6).
MORE INFORMATION
Scalar functions are inherent to ODBC, and are used when you need syntax or functionality that cannot be driver-specific. ODBC provides a large number of scalar functions for operations such as string conversion, date and time operations, mathematical functions, and so on. In this circumstance, the error is generated when you use the ODBC scalar syntax to insert a timestamp that contains a fractional (millisecond) value. For example: PropertiesArticle ID: 259287 - Last Review: July 31, 2006 - Revision: 3.6 APPLIES TO
|


Back to the top








