On Tue, Jan 02, 2018 at 02:10:03PM -0500, Andrei Stebakov wrote: > I downloaded Garage to my Pharo 6.1 on windows. But in Garage I only see > drivers for MySql, Postgres and Sqlite3. > Does it mean that for DB2 I should look somewhere else or there is a way to > create a connection for DB2 using existing Garage functionality?
Garage uses the OpenDBX C language database access library underneath. Looking at https://linuxnetworks.de/doc/index.php?title=OpenDBX/Support, it doesn't look OpenDBX supports DB2. Does the Windows DB2 ODBC driver work? Does Pharo successfully use the ODBC driver to talk to DB2? Pierce