in reply to Re^2: ODBC related perl module
in thread ODBC related perl module

::ODBC_Connect($DSN) will call the subroutine ODBC_Connect in the empty (main) namespace.

If no such subroutine exists there, maybe one of the other modules exports such a subroutine?