MS3103
This commit is contained in:
@@ -398,6 +398,7 @@ Public Class frmEntities
|
||||
EXECUTE_STATEMENT = String.Format("DECLARE @return_value int " & vbNewLine & _
|
||||
"EXEC @return_value = dbo.PRPMO_CREATE_ENTITY_TABLE {0}" & vbNewLine & _
|
||||
"SELECT 'Return Value' = @return_value", CurrentID)
|
||||
ProgressPanel1.Description = "Creating the Entity-table....."
|
||||
ProgressPanel1.Visible = True
|
||||
btncancel.Visible = True
|
||||
'.. und starten
|
||||
@@ -431,6 +432,7 @@ Public Class frmEntities
|
||||
EXECUTE_STATEMENT = String.Format("DECLARE @return_value int " & vbNewLine & _
|
||||
"EXEC @return_value = dbo.PRPMO_ENTITY_TABLE_IMPORT_RECORDS {0}" & vbNewLine & _
|
||||
"SELECT 'Return Value' = @return_value", CurrentID)
|
||||
ProgressPanel1.Description = "Inserting Records...."
|
||||
ProgressPanel1.Visible = True
|
||||
btncancel.Visible = True
|
||||
'.. und starten
|
||||
|
||||
Reference in New Issue
Block a user