Our existing database connection provider model relies on a database connection to use DbConnection-based objects (System.Data).
We can connect to DB2 (* Nix * Windows) through OdbcConnection, but we would like to allow the use of the built-in DB2 drivers.
Is there a way to do this (either .Net framework, OpenSource or (last choice)) without breaking away from our current DAL model?
source
share