remove obsolete mysqlserver methods
This commit is contained in:
@@ -66,7 +66,7 @@ Public Class ChatNewConv
|
||||
If _Database.ExecuteNonQuery(oSQL) = True Then
|
||||
Dim oError As Boolean = False
|
||||
oSQL = $"SELECT MAX(CONVERSATION_ID) FROM VWIDB_CONVERSATION WHERE IDB_OBJ_ID = {IDBObjectId}"
|
||||
Dim oCONV_ID = _Database.NewExecuteScalar(oSQL)
|
||||
Dim oCONV_ID = _Database.GetScalarValue(oSQL)
|
||||
If Not IsNothing(oCONV_ID) Then
|
||||
NewConversation = oCONV_ID
|
||||
Dim oSelectedUsers As Integer() = GridViewUsers.GetSelectedRows()
|
||||
|
||||
Reference in New Issue
Block a user