Difference between revisions of "Database"
From Blue-IT.org Wiki
(→Installing in Ubuntu) |
(→ODBC) |
||
Line 1: | Line 1: | ||
= ODBC = | = ODBC = | ||
+ | With ODBC you can connect to a lot of Databases, specially e.g. Microsoft Access but also e.g. Microsoft Excel from within Java (or other languages). | ||
+ | |||
== Installing in Ubuntu == | == Installing in Ubuntu == | ||
Line 7: | Line 9: | ||
Unixodbc-dev: does necessary symlinks | Unixodbc-dev: does necessary symlinks | ||
+ | |||
Unixodbc-bin: installs a gui (''/usr/bin/ODBCConfig'') | Unixodbc-bin: installs a gui (''/usr/bin/ODBCConfig'') | ||
+ | |||
unixodb: the driver | unixodb: the driver | ||
=== 2. Configure === | === 2. Configure === | ||
− | + | TODO | |
− | |||
=== Resources === | === Resources === |
Revision as of 15:15, 25 July 2011
ODBC
With ODBC you can connect to a lot of Databases, specially e.g. Microsoft Access but also e.g. Microsoft Excel from within Java (or other languages).
Installing in Ubuntu
1. Install
Install the following applications:
sudo apt-get install unixodbc-dev unixodbc-bin unixodbc
Unixodbc-dev: does necessary symlinks
Unixodbc-bin: installs a gui (/usr/bin/ODBCConfig)
unixodb: the driver
2. Configure
TODO