Last change
on this file since 15762 was
3931,
checked in by kgrading, 15 years ago
|
added minor speedups and better transaction handling to the server (#828)
|
File size:
494 bytes
|
Rev | Line | |
---|
[2904] | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
| 2 | <configuration>
|
---|
| 3 | <configSections>
|
---|
| 4 | </configSections>
|
---|
| 5 | <connectionStrings>
|
---|
| 6 | <add name="HeuristicLab.Hive.Server.LINQDataAccess.Properties.Settings.HeuristicLab_Hive_LinqConnectionString"
|
---|
[3931] | 7 | connectionString="Data Source=127.0.0.1;Initial Catalog=HeuristicLab.Hive.Linq;Integrated Security=True;MultipleActiveResultSets=True"
|
---|
[2904] | 8 | providerName="System.Data.SqlClient" />
|
---|
| 9 | </connectionStrings>
|
---|
| 10 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.