Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/29/09 10:50:41 (15 years ago)
Author:
mkommend
Message:

corrected bugs in database sqlservercompact (ticket #712)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Core/3.3/Console.cs

    r2194 r2203  
    3434namespace HeuristicLab.CEDMA.Core {
    3535  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";
    3737    private static readonly string sqlServerCompactConnectionString = @"Data Source=" + sqlServerCompactFile;
    3838
Note: See TracChangeset for help on using the changeset viewer.