Win32::DBIODBCSection: User Contributed Perl Documentation (3)Updated: 2001-08-24 |
Win32::DBIODBCSection: User Contributed Perl Documentation (3)Updated: 2001-08-24 |
use Win32::DBIODBC; # instead of use Win32::ODBC
use Win32::ODBC;
in your scripts with
use Win32::DBIODBC;
or, while experimenting, you can pre-load this module without changing your scripts by doing
perl -MWin32::DBIODBC your_script_name