perlnewb123 has asked for the wisdom of the Perl Monks concerning the following question:

Monks, quick question. I'd like to make a connection to a db2 db off a windows server. Windows ODBC is already setup on the server for the db2 connection. If I use dbi's odbc, will it reference the data stored on window's odbc for the connection? Anything special I need to do to make this work, other than the dbi module? Thank you

Replies are listed 'Best First'.
Re: Dbi odbc, dbd db2, etc
by JSchmitz (Canon) on Apr 02, 2009 at 14:31 UTC
    Check out this node 345500

    Jeffery
      Thank you Jeffery, is there anyway to get around needing the db2 client, to be able to establish a connection to a db2 db from windows?