Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/14/09 21:27:54 (15 years ago)
Author:
svonolfe
Message:

fixed race condition issues, improved performance (#372)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/DBSettings.cs

    r1120 r1131  
    4444    public static String GetConnString(String adress, String catalog, String un, String pw) {
    4545      return "Data Source=" + adress + ";Initial Catalog=" + catalog + ";MultipleActiveResultSets=True;" +
    46         "Persist Security Info=True;User ID=" + un + ";Password=" + pw;
     46        "Asynchronous Processing=True;Persist Security Info=True;User ID=" + un + ";Password=" + pw;
    4747    }
    4848
Note: See TracChangeset for help on using the changeset viewer.