G
Guest
Is there any way to create a
Microsoft.Practices.EnterpriseLibrary.Data.Database object without reading
from a configuration file?
I am writing a utility that manages databases in SQL Server. The utility
queries SQL Server for the database names. So I don't know the names of the
databases beforehand, but I will know the names and connection strings once
the server has been queried.
However, I have a class that I'd like to work with that requires a
Microsoft.Practices.EnterpriseLibrary.Data.Database object.
Is there any way to create a
Microsoft.Practices.EnterpriseLibrary.Data.Database when I already know the
connection string?
Thanks in advance
Microsoft.Practices.EnterpriseLibrary.Data.Database object without reading
from a configuration file?
I am writing a utility that manages databases in SQL Server. The utility
queries SQL Server for the database names. So I don't know the names of the
databases beforehand, but I will know the names and connection strings once
the server has been queried.
However, I have a class that I'd like to work with that requires a
Microsoft.Practices.EnterpriseLibrary.Data.Database object.
Is there any way to create a
Microsoft.Practices.EnterpriseLibrary.Data.Database when I already know the
connection string?
Thanks in advance