Download Connection to Access file

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Microsoft SQL Server wikipedia , lookup

Extensible Storage Engine wikipedia , lookup

Concurrency control wikipedia , lookup

Database wikipedia , lookup

Database model wikipedia , lookup

Relational model wikipedia , lookup

Clusterpoint wikipedia , lookup

Navitaire Inc v Easyjet Airline Co. and BulletProof Technologies, Inc. wikipedia , lookup

Object-relational impedance mismatch wikipedia , lookup

ContactPoint wikipedia , lookup

Microsoft Access wikipedia , lookup

Open Database Connectivity wikipedia , lookup

Microsoft Jet Database Engine wikipedia , lookup

Transcript
Connection to Access File
Microsoft Access databases can be accessed for read and write access
with a connection of type “Access”. Current MS Access versions up to
MS Access 2016 are supported.
Main settings:
Database file:
The full path to the Access database file (accdb file)
Username:
DEPRECATED – not used anymore
Password:
Password for the connection to the database (optional)
Note: the Access connection internally uses the UCanAccess JDBC
driver with following implications:
Column names are changed in the UCanAccess Jdbc to
uppercase. This is required for the JDBC internal algorithm.
This may change in newer versions of the JDBC; please
refer to
http://sourceforge.net/p/ucanaccess/discussion/help/thread
/ed3465a0.
Some special characters in column names (e.g “?”) will be
replaced with the underscore character. Some
enhancements are planned to avoid this in newer versions
of the JDBC.
There are some limitations in the SQL function IIF: Not all of
the types are supported as 2nd and 3rd arguments.
Copyright © Jedox AG
Copyright © Jedox AG