Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/28/09 16:28:52 (15 years ago)
Author:
mkommend
Message:

adapted connection string and explicitly implemented the defined interfaces in hl.modeling.database (ticket #712)

File:
1 edited

Legend:

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

    r2195 r2197  
    3838namespace HeuristicLab.CEDMA.Server {
    3939  public class Server : IViewable {
    40     private static readonly string sqlServerCompactFile = AppDomain.CurrentDomain.BaseDirectory + "HeuristicLab.Modeling.database";
     40    private static readonly string sqlServerCompactFile = AppDomain.CurrentDomain.BaseDirectory + "HeuristicLab.Modeling.database.sdf";
    4141    private static readonly string sqlServerCompactConnectionString = @"Data Source=" + sqlServerCompactFile;
    4242
Note: See TracChangeset for help on using the changeset viewer.