Assign both connection ids from sql editor

This commit is contained in:
Jonathan Jenne 2022-07-08 10:23:01 +02:00
parent 56c6e6fc1d
commit 3ae5c01852

View File

@ -19,9 +19,11 @@ Public Class ClassSQLEditor
'CURRENT_DESIGN_TYPE = "INPUT_INDEX"
Using oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM)
oForm.SQLCommand = SQLSTring
If svc.ShowDialog(oForm) = DialogResult.OK Then
Dim sql As New SQLValue(oForm.SQLCommand)
CURRENT_SQL_CON = oForm.SQLConnection
CURRENT_CONN_ID = oForm.SQLConnection
value = sql
End If
End Using