Enterprise Library 5.0 Create Database from connection str.
Posted: Wed 20 Jul 2011 17:08
I need to create an Enterprise Library DB instance from a connection string for my PostgreSql databases. With the npgsql drivers I was able to create a new db instance using a simple constructor: new pgSqlDatabase(connection string). I cannot find a similar construct with dotConnect. Is it possible to do this or is there another method for doing this.
Thanks.
Martin Reich
Thanks.
Martin Reich