module DBI::DBD::ODBC

DBD::ODBC - ODBC Database Driver

Requires DBI and the 'ruby-odbc' package to work, and unixodbc (iodbc WILL NOT WORK).

Only things that extend DBI's results are documented.

Constants

DESCRIPTION
ODBCErr
VERSION

Public Class Methods

driver_name() click to toggle source
# File lib/dbd/ODBC.rb, line 60
def self.driver_name
    "odbc"
end