DOKK / manpages / debian 12 / libdbi-perl / Win32::DBIODBC.3pm.en
Win32::DBIODBC(3pm) User Contributed Perl Documentation Win32::DBIODBC(3pm)

Win32::DBIODBC - Win32::ODBC emulation layer for the DBI

  use Win32::DBIODBC;     # instead of use Win32::ODBC

This is a very basic very alpha quality Win32::ODBC emulation for the DBI. 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

Error handling is virtually non-existent.

Tom Horen <tho@melexis.com>

2022-11-19 perl v5.36.0