DAtabase integriert
This commit is contained in:
@@ -84,11 +84,5 @@
|
||||
|
||||
' ------------- TYPE TO STRING -------------
|
||||
|
||||
Public Shared Function SQLValueToString(value As SQLValue) As String
|
||||
Dim cmd As String = value.Value
|
||||
If cmd.Contains("'") Then
|
||||
cmd = cmd.Replace("'", "''")
|
||||
End If
|
||||
Return cmd
|
||||
End Function
|
||||
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user