Article ID: 121675
Article Last Modified on 11/6/2000
APPLIES TO
- Microsoft Access 2.0 Standard Edition
This article was previously published under Q121675
Advanced: Requires expert coding, interoperability, and multiuser skills.
The ORACLE ODBC driver specification states:
The limit in ORACLE 7 for long values (CHAR and BINARY) is 2 GB.
The limit in ORACLE 6 is 64K. The limit imposed by OCI is 32K, so
this becomes the practical limit for long values of any kind.
Because the current ORACLE ODBC driver (version 6.0) uses OCI, the limit
for any long value, such as a binary large object (BLOB), is 32K.
You will encounter this ORACLE ODBC driver limitation whenever you try to
save graphical information, such as a bitmap, to an attached ORACLE
database using Microsoft Access.
ORACLE is manufactured by Oracle Corporation, a vendor independent of
Microsoft; we make no warranty, implied or otherwise, regarding this
product's performance or reliability.
Additional query words: attaching
Keywords: kbinfo kb3rdparty KB121675