in reply to Re: Recommendations on module for Perl <-> PostgreSQL interaction
in thread Recommendations on module for Perl <-> PostgreSQL interaction

Acctually, I have hade a real problem installing that module (DBD::ODBC). It seems that it cannot find my unixODBC installation even though I've set the recommended environment variable. DBD::Pg seems to work though..

Thanks anyway for the recommendation!

/Dargosch
  • Comment on Re: Re: Recommendations on module for Perl <-> PostgreSQL interaction

Replies are listed 'Best First'.
Re: Re: Re: Recommendations on module for Perl <-> PostgreSQL interaction
by zby (Vicar) on Jun 26, 2003 at 08:58 UTC
    It was not a recommendation - it was a clarification. I don't recommend using ODBC over DBD::Pg or some other library. I just seemed to me that you need to use ODBC - and I explained that in that case you don't need DBD::Pg. Actually I would rather not use ODBC when I can - I like the DBD abstraction.