Changeset 2203 for branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Core/3.3
- Timestamp:
- 07/29/09 10:50:41 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Core/3.3/Console.cs
r2194 r2203 34 34 namespace HeuristicLab.CEDMA.Core { 35 35 public class Console : ItemBase, IEditable { 36 private static readonly string sqlServerCompactFile = AppDomain.CurrentDomain.BaseDirectory + "HeuristicLab.Modeling.database ";36 private static readonly string sqlServerCompactFile = AppDomain.CurrentDomain.BaseDirectory + "HeuristicLab.Modeling.database.sdf"; 37 37 private static readonly string sqlServerCompactConnectionString = @"Data Source=" + sqlServerCompactFile; 38 38
Note: See TracChangeset
for help on using the changeset viewer.