MS3103
This commit is contained in:
@@ -639,10 +639,10 @@
|
||||
Dim noerror As Boolean = False
|
||||
Dim sql = "EXECUTE PRPMO_CREATE_SQL " & CURRENT_ENTITY_ID
|
||||
noerror = ClassDatabase.Execute_non_Query_withConn(sql, 1)
|
||||
sql = "EXECUTE PRPMO_CREATE_TEMP_VIEWS"
|
||||
sql = "EXECUTE PRPMO_CREATE_ENTITY_TABLE_VIEW " & CURRENT_ENTITY_ID
|
||||
noerror = ClassDatabase.Execute_non_Query_withConn(sql, 1)
|
||||
If noerror = False Then
|
||||
MsgBox("Error while Rebuilding Views! See Log for more information", MsgBoxStyle.Critical)
|
||||
MsgBox("Error while rebuilding view! See Log for more information", MsgBoxStyle.Critical)
|
||||
End If
|
||||
Return noerror
|
||||
Catch ex As Exception
|
||||
|
||||
Reference in New Issue
Block a user