DBI::W32ODBC - An experimental DBI emulation layer for Win32::ODBC
use DBI::W32ODBC; # apart from the line above everything is just the same as with # the real DBI when using a basic driver with few features.
User Contributed Perl Documentation DBI::W32ODBC(3)
NAME
DBI::W32ODBC - An experimental DBI emulation layer for Win32::ODBC
SYNOPSIS
use DBI::W32ODBC;
# apart from the line above everything is just the same as with
# the real DBI when using a basic driver with few features.
DESCRIPTION
This is an experimental pure perl DBI emulation layer for Win32::ODBC
If you can improve this code I'd be interested in hearing about it. If
you are having trouble using it please respect the fact that it's very
experimental. Ideally fix it yourself and send me the details.
Some Things Not Yet Implemented
Most attributes including PrintError & RaiseError.
type_info and table_info
Volunteers welcome!
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+-----------------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-----------------------------+
|Availability | library/perl-5/database-532 |
+---------------+-----------------------------+
|Stability | Committed |
+---------------+-----------------------------+
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from
http://backpan.perl.org/authors/id/T/TI/TIMB/DBI-1.643.tar.gz.
Further information about this software can be found on the open source
community website at http://search.cpan.org/~timb/DBI/.
perl v5.32.0 2013-05-23 DBI::W32ODBC(3)