Posts
Sort by recent activity
ConnectionProperties problem
Hi!
I have a little problem with connection to Database.
Code:using (Database dbSource = new Database(), dbTarget = new Database())
{
// create connection to DB
Console.WriteLine("Registering datab...