Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by magixch

  1. magixch

    Problem with perl DBI ODBC driver (bug or misconfig ?)

    Solution : http://groups.google.ch/group/perl.dbi.users/browse_thread/thread/c885cb9d0c0fc780
  2. magixch

    Problem with perl DBI ODBC driver (bug or misconfig ?)

    Hello, I'm trying to simply do a SELECT from an ODBC source. It works perfectly in PHP but not in perl ! Therefore there is no problem at source or at ODBC level, it seems to reside at perl/DBI level... What I do : > use DBI; > $dbh = DBI->connect('dbi:ODBC:' . $dsnname, $dbuser, $dbpwd)...

Part and Inventory Search

Back
Top