jj 30.08
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user