From 9a461c45b27b6211f71204f05c8429a2a2c02309 Mon Sep 17 00:00:00 2001 From: "d.breimaier" Date: Mon, 22 Jun 2026 17:48:10 +0200 Subject: [PATCH] Version --- Aviso/App.config | 3 ++- Aviso/My Project/AssemblyInfo.vb | 4 ++-- Aviso/My Project/Settings.Designer.vb | 6 +++--- Aviso/My Project/Settings.settings | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Aviso/App.config b/Aviso/App.config index 46899ba..2062d3d 100644 --- a/Aviso/App.config +++ b/Aviso/App.config @@ -6,7 +6,8 @@ - + diff --git a/Aviso/My Project/AssemblyInfo.vb b/Aviso/My Project/AssemblyInfo.vb index 1d4a9ad..4ae1fba 100644 --- a/Aviso/My Project/AssemblyInfo.vb +++ b/Aviso/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/Aviso/My Project/Settings.Designer.vb b/Aviso/My Project/Settings.Designer.vb index c2375c0..95f93a9 100644 --- a/Aviso/My Project/Settings.Designer.vb +++ b/Aviso/My Project/Settings.Designer.vb @@ -15,7 +15,7 @@ Option Explicit On Namespace My _ Partial Friend NotInheritable Class MySettings Inherits Global.System.Configuration.ApplicationSettingsBase @@ -93,8 +93,8 @@ Namespace My _ + Global.System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.0.90\DEVSQL;Initial Catalog=AVISO;Integrated Security=false;U"& _ + "ser ID=sa;Password=BmWr501956;")> _ Public ReadOnly Property AVISO_ConnectionString_TEST() As String Get Return CType(Me("AVISO_ConnectionString_TEST"),String) diff --git a/Aviso/My Project/Settings.settings b/Aviso/My Project/Settings.settings index bb7e28a..0bd3b43 100644 --- a/Aviso/My Project/Settings.settings +++ b/Aviso/My Project/Settings.settings @@ -14,10 +14,10 @@ <?xml version="1.0" encoding="utf-16"?> <SerializableConnectionString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <ConnectionString>Data Source=192.168.0.90\DEVSQL;Initial Catalog=AVISO_new;Integrated Security=false;User ID=sa;Password=BmWr501956;</ConnectionString> + <ConnectionString>Data Source=192.168.0.90\DEVSQL;Initial Catalog=AVISO;Integrated Security=false;User ID=sa;Password=BmWr501956;</ConnectionString> <ProviderName>System.Data.SqlClient</ProviderName> </SerializableConnectionString> - Data Source=192.168.0.90\DEVSQL;Initial Catalog=AVISO_new;Integrated Security=false;User ID=sa;Password=BmWr501956; + Data Source=192.168.0.90\DEVSQL;Initial Catalog=AVISO;Integrated Security=false;User ID=sa;Password=BmWr501956; \ No newline at end of file