Changeset 1144 for trunk/sources/HeuristicLab.Hive.Server.ADODataAccess
- Timestamp:
- 01/15/09 16:12:23 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Server.ADODataAccess
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/Properties/Settings.settings
r1143 r1144 7 7 <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 8 8 <ConnectionString>Data Source=10.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;User ID=hive;Password=hive</ConnectionString> 9 <ProviderName>System.Data.SqlClient</ProviderName> 9 10 </SerializableConnectionString></DesignTimeValue> 10 11 <Value Profile="(Default)">Data Source=10.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;User ID=hive;Password=hive</Value> -
trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/app.config
r1143 r1144 5 5 <connectionStrings> 6 6 <add name="HeuristicLab.Hive.Server.ADODataAccess.Properties.Settings.HiveServerConnectionString" 7 connectionString="Data Source=10.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;User ID=hive;Password=hive" /> 7 connectionString="Data Source=10.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;User ID=hive;Password=hive" 8 providerName="System.Data.SqlClient" /> 8 9 </connectionStrings> 9 10 </configuration>
Note: See TracChangeset
for help on using the changeset viewer.