Manual Reference Pages  - Win32::DBIODBC (3)

NAME

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

CONTENTS

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-existant.

AUTHOR

Tom Horen <tho@melexis.com>
Jump to page    or go to Top of page |  Section 3 |  Main Index.


perl v5.8.5 Win32::DBIODBC (3) 2006-02-07
Generated by manServer 1.07 from /usr/share/man/man3/Win32::DBIODBC.3pm using man macros.