ACC2: Errors Using Large OLE Objects with MS SQL Server TablesID: Q132028
|
Moderate: Requires basic macro, coding, and interoperability skills.
When you use large OLE objects (greater than about 400K) with Microsoft SQL
Server tables, you may encounter the following problems. If you insert the
OLE object into an attached Microsoft SQL Server table, you receive the
following two error messages:
ODBC call failed
The insert/update of a text or image column(s) did not succeed.
Errors were encountered copying data: The contents of fields in x records were deleted and 0 record(s) were lost due to key violations. Proceed anyway?
Microsoft has confirmed this to be a problem in Microsoft Access version 2.0. This problem no longer occurs in Microsoft Access version 7.0.
Table: TestExport
-----------------
Field Name: Field1
Data Type: Text
Indexed: Yes (No Duplicates)
Field Name: Field2
Data Type: OLE Object
create unique index TestExport_Ind on TestExport(Field1)
ODBC call failed.
the insert/update of a text or image column(s) does not succeed.
For more information about using SQL Server tables, search for "SQL Server," and then "Importing and Attaching SQL Database Tables" using the Microsoft Access Help menu.
Additional query words: string data right truncation
Keywords : kberrmsg kbusage OdbcSqlms
Version : 2.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 21, 1999