logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

Tom Horen <tho@melexis.com> perl v5.40.0 2025-02-01 Win32::DBIODBC(3pm)

Description

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

Name

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

Synopsis

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

To Do

Error handling is virtually non-existent.

See Also