Win32::DBIODBC - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION TO DO AUTHOR
NAME
    Win32::DBIODBC - Win32::ODBC emulation layer for the DBI

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

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

TO DO
    Error handling is virtually non-existent.

AUTHOR
    Tom Horen <tho AT melexis.com>


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 05:18 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top