|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
Win32::DBIODBC(3) User Contributed Perl Documentation Win32::DBIODBC(3)
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-existant.
AUTHOR
Tom Horen <tho@melexis.com>
perl v5.8.8 2004-12-14 Win32::DBIODBC(3)
|
|