Module: DBI::DBD::ODBC
- Defined in:
- lib/dbd/ODBC.rb
Overview
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.
Defined Under Namespace
Classes: Database, Driver, Statement
Constant Summary collapse
- VERSION =
"0.2.5"
- DESCRIPTION =
"ODBC DBI DBD"
- ODBCErr =
::ODBC::Error
Class Method Summary collapse
Class Method Details
.driver_name ⇒ Object
60 61 62 |
# File 'lib/dbd/ODBC.rb', line 60 def self.driver_name "odbc" end |