Changes
This commit is contained in:
@@ -406,10 +406,10 @@ Public Class frmEntities
|
||||
Private Sub btnCreateEntityTable_Click(sender As Object, e As EventArgs) Handles btnCreateEntityTable.Click
|
||||
Dim CurrentID = GetCurrentGUID()
|
||||
EXECUTE_STATEMENT = String.Format("DECLARE @return_value int " & vbNewLine &
|
||||
"EXEC @return_value = dbo.PRPMO_CREATE_ENTITY_TABLE {0}" & vbNewLine &
|
||||
"EXEC @return_value = dbo.PRPMO_CREATE_ENTITY_TABLE {0}" & vbNewLine &
|
||||
"IF @return_value = 0 EXEC @return_value = [dbo].[PRPMO_CREATE_ENTITY_TABLE_VIEW] {0}" & vbNewLine &
|
||||
"SELECT 'Return Value' = @return_value", CurrentID)
|
||||
ProgressPanel1.Description = "Creating the Entity-table....."
|
||||
ProgressPanel1.Description = "Creating the Entity-table..."
|
||||
ProgressPanel1.Visible = True
|
||||
btncancel.Visible = True
|
||||
'.. und starten
|
||||
|
||||
Reference in New Issue
Block a user