Hello, I want to try to subclass DBD::ODBC.
Via ODBC I can connect a lot of databases. But for some database connections I need specific parameters for $dbh. So, I want to hide these parameters in a new pseudo driver. Is it possible to subclass a DBD Driver without a lot of trouble? How can I set these $dbh parameters? Thanks in advance, Stefan Mueller
