I'm developing guidance for our team and I need to connectto database.
I was wondering if it's possible to setup Data Access Application Block in some configuration file (so I can use it in Action) and
use DatabaseFactory and Database to connectto database so I don't have to use DB specific class ie. MyConnection, SqlConnection etc.
itgoran