Use Database from Monorepo, Add initial ODBC Support
This commit is contained in:
@@ -46,7 +46,7 @@ Public Class frmLicense
|
||||
Dim result As String = Me._lizenzManager.EncodeLicenseKey(txtNewlicences.Text & "#" & dtpGueltig_GI.Text, "#DigitalData35452!#")
|
||||
|
||||
Dim sql As String = String.Format("UPDATE TBDD_CLIENT SET LICENSE_DDCBSEARCHER = '" & result & "' WHERE GUID = {0}", CLIENT_ID)
|
||||
If clsDatabase.Execute_non_Query(sql) = True Then
|
||||
If Database.ExecuteNonQuery(sql) = True Then
|
||||
Refresh_Licence(True)
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user