GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Win32::DBIODBC(3) User Contributed Perl Documentation Win32::DBIODBC(3)

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

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

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

Error handling is virtually non-existent.

Tom Horen <tho@melexis.com>
2015-05-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.