Bugfix trips
This commit is contained in:
@@ -74,7 +74,7 @@ FROM tblAuftraege WHERE atr_tripNr = '{0}' ORDER BY atr_tripStopNr"
|
||||
|
||||
For Each i In List
|
||||
Spalten &= i.SQLText & ","
|
||||
Werte &= "'" & i.SQLValue & "',"
|
||||
Werte &= "'" & i.SQLValue.replace("'", "") & "',"
|
||||
Next
|
||||
|
||||
Spalten = Spalten.Substring(0, Spalten.Length - 1)
|
||||
|
||||
Reference in New Issue
Block a user