Win32::DBIODBC (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
Win32::DBIODBC - Win32::ODBC emulation layer for the DBISYNOPSIS
use Win32::DBIODBC; # instead of use Win32::ODBC
DESCRIPTION
This is a very basic very alpha quality Win32::ODBC emulation for theDBI.
To use it just replace
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