Re: Simultaneous Use of DBD::DB2 and DBD::ODBC

2010-01-21 Thread Martin Evans
65pony wrote: > I am trying to use 2 different databases within a single perl script > running on AIX 5.3. 1 being DB2 via DBD::DB2 and the other MSSQL via > DBD::ODBC > > I am able to connect to each database and get unique db handles > however whenever I try and use the ODBC connection, for a pr

Simultaneous Use of DBD::DB2 and DBD::ODBC

2010-01-21 Thread 65pony
I am trying to use 2 different databases within a single perl script running on AIX 5.3. 1 being DB2 via DBD::DB2 and the other MSSQL via DBD::ODBC I am able to connect to each database and get unique db handles however whenever I try and use the ODBC connection, for a prepare statement for exampl