This commit is contained in:
JenneJ
2016-08-30 15:26:55 +02:00
parent eccb3f9dea
commit dd70c9e8de
6 changed files with 86 additions and 10 deletions

View File

@@ -640,6 +640,9 @@
noerror = ClassDatabase.Execute_non_Query_withConn(sql, 1)
sql = "EXECUTE PRPMO_CREATE_TEMP_VIEWS"
noerror = ClassDatabase.Execute_non_Query_withConn(sql, 1)
If noerror = False Then
MsgBox("Error while Rebuilding Views! See Log for more information", MsgBoxStyle.Critical)
End If
Return noerror
Catch ex As Exception
MsgBox("Error in btnexecute_CreateViewSql:" & vbNewLine & ex.Message, MsgBoxStyle.Critical)