Access 2010 Adapter Limitations

Supported Types

The types supported in this adapter are the following.

Data type Field size Type name Support Remarks
Text   VARCHAR Limited  
Memo   LONGCHAR Limited  
Numeric Byte BYTE Limited  
Integer SMALLINT Yes  
Long integer INTEGER Yes  
Single precision floating point REAL Yes  
Double precision floating point DOUBLE Yes  
Replication ID GUID Limited  
Decimal DECIMAL Yes  
Date/Time   DATETIME Yes  
Currency   CURRENCY Yes  
Auto number Long integer COUNTER Yes  
Replication ID GUID Limited  
Yes/No   BIT Yes  
OLE object   LONGBINARY Yes  
Hyperlink   LONGCHAR Yes  
Attachment   LONGCHAR Limited
  • Retrieve the attached file name.

Limitations Common to All Operations

Specification Limits

Notes

Read Table

Specification Limits

Execute Select SQL

Specification Limits

Write Table

Specification Limits

Execute Update SQL

Specification Limits

Major Exceptions

Exception name Cause Solution
java.sql.SQLException [Microsoft][ODBC Microsoft Access Driver] The table '<table name>' is already opened exclusively by another user, or it is already open through the user interface and cannot be manipulated programmatically. The accdb or mdb file is used by another process. Check the Access accdb or mdb file specified in ODBC database.
[Microsoft][ODBC Microsoft Access Driver] The file '(unknown)’ is not found. The accdb or mdb file is not found. Check the Access accdb or the file specified in ODBC database.
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified ODBC data source is not found. Check [ODBC data source name] of the global resource.
[Microsoft][ODBC Microsoft Access Driver] Input table or query '<table name>' is not found. The table does not exist or the name is incorrect. Check whether the table specified in [Table name] exists and the name is correct.