neu
This commit is contained in:
@@ -734,7 +734,7 @@ Public Class usrctlProcedures
|
||||
Dim dr As SqlDataReader
|
||||
|
||||
Dim cn As New SqlConnection()
|
||||
cn.ConnectionString = "Data Source=BUCHHALTUNG\SQLEXPRESS;Initial Catalog=AVISO;Integrated Security=false;User ID=sa;Password=BmWr501956;"
|
||||
cn.ConnectionString = "Data Source=SQLGUIDE01.verag.ost.dmn;Initial Catalog=AVISO;Integrated Security=false;User ID=sa;Password=BmWr501956;"
|
||||
|
||||
|
||||
cn.Open()
|
||||
@@ -788,7 +788,7 @@ Public Class usrctlProcedures
|
||||
|
||||
Try
|
||||
Dim cn As New SqlConnection()
|
||||
cn.ConnectionString = "Data Source=BUCHHALTUNG\SQLEXPRESS;Initial Catalog=AVISO;Integrated Security=false;User ID=sa;Password=BmWr501956;"
|
||||
cn.ConnectionString = "Data Source=SQLGUIDE01.verag.ost.dmn;Initial Catalog=AVISO;Integrated Security=false;User ID=sa;Password=BmWr501956;"
|
||||
cn.Open()
|
||||
|
||||
Using cmd As New SqlCommand("SELECT COUNT(*) FROM [AVISO].[dbo].[Aviso] where [Ankunft] between @DatVon and @DatBis and Grenzstelle='SUB'", cn)
|
||||
@@ -1032,7 +1032,7 @@ Public Class usrctlProcedures
|
||||
Dim sql = "DELETE FROM Firmen WHERE FirmaID = '" & Blatt.Range("A" & index).Value.ToString & "'"
|
||||
|
||||
Dim cn As New SqlConnection()
|
||||
cn.ConnectionString = "Data Source=BUCHHALTUNG\SQLEXPRESS;Initial Catalog=AVISO;Integrated Security=false;User ID=sa;Password=BmWr501956;"
|
||||
cn.ConnectionString = "Data Source=SQLGUIDE01.verag.ost.dmn;Initial Catalog=AVISO;Integrated Security=false;User ID=sa;Password=BmWr501956;"
|
||||
cn.Open()
|
||||
Using cmd As New SqlCommand(sql, cn)
|
||||
Try
|
||||
|
||||
Reference in New Issue
Block a user