On Sun, 23 Dec 2001 16:33:34 -0500, Marvin Dickens wrote: >I am porting an application from PostgreSQL to IBM-DB2 and need to know if it >is possible/feasable to have both DBI:pg and DBI:db2 installed on the same >machine.
I assule it's DBD::pg and DBD::db2.
Of course it's possible. You can even use them both in the same script,
at the same time, for two different database handles.
--
Bart.
