Good afternoon,
I am using the Microsoft.Practices.EnterpriseLibrary Database tools and I'm having trouble creating a new Database using JUST the connection string information.
Ideally I would like to do the following ...
Database dbEngine = DatabaseFactory.CreateDatabase("Data Source=myServerAddress;Initial Catalog=myDataBase;Integrated Security=SSPI;");
But I can't seem to find out where or if it is possible to create a database using just the connection string. Has anyone come across this issue?
Thank you in advance for any assistance,
Scott Vercuski
