Skip to content
Prev 118044 / 398500 Next

connecting to DB2 database

On Thu, 14 Jun 2007, Aydemir, Zava (FID) wrote:

            
The DBI *package* does not allow you to connect to anything by itself. 
For that you need a driver package, currently available for MySQL, ORACLE 
and SQLite (only, AFAIK).

There are ODBC drivers for DB2 (on several platforms) so perhaps 
you could use RODBC: perhaps also RJDBC.