Skip to content

Commit

Permalink
Fixed DNET-143.
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Dec 6, 2007
1 parent 09525c7 commit 3eb2393
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -532,6 +532,7 @@ public override void ChangeDatabase(string db)

/* Set up the new Database */
csb.Database = db;
this.ConnectionString = csb.ToString();

/* Open new connection */
this.Open();
Expand Down

0 comments on commit 3eb2393

Please sign in to comment.