| 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 | ||
| Large Number | BIGINT | No | ||
| 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 |
|
For more details on the issues and the measures to avoid them, refer to “Method to get memo type data from an mdb file using ODBC API” in Microsoft Japan Support Team Blog (http://blogs.msdn.com/b/jpsql/archive/2011/09/26/odbc-api-mdb.aspx).
For more details on the issues and the measures to avoid them, refer to “Method to get memo type data from an mdb file using ODBC API” in Microsoft Support Team Blog (http://blogs.msdn.com/b/jpsql/archive/2011/09/26/odbc-api-mdb.aspx).
Refer to “Turn sandbox mode on or off to disable macros” in Office support (http://office.microsoft.com/en-us/access-help/turn-sandbox-mode-on-or-off-to-disable-macros-HA102749579.aspx) for more details.
Refer to “Turn sandbox mode on or off to disable macros” in Office support (http://office.microsoft.com/en-us/access-help/turn-sandbox-mode-on-or-off-to-disable-macros-HA102749579.aspx) for more details.
| 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. | |