Assign both connection ids from sql editor
This commit is contained in:
parent
56c6e6fc1d
commit
3ae5c01852
@ -19,9 +19,11 @@ Public Class ClassSQLEditor
|
|||||||
'CURRENT_DESIGN_TYPE = "INPUT_INDEX"
|
'CURRENT_DESIGN_TYPE = "INPUT_INDEX"
|
||||||
Using oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM)
|
Using oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM)
|
||||||
oForm.SQLCommand = SQLSTring
|
oForm.SQLCommand = SQLSTring
|
||||||
|
|
||||||
If svc.ShowDialog(oForm) = DialogResult.OK Then
|
If svc.ShowDialog(oForm) = DialogResult.OK Then
|
||||||
Dim sql As New SQLValue(oForm.SQLCommand)
|
Dim sql As New SQLValue(oForm.SQLCommand)
|
||||||
CURRENT_SQL_CON = oForm.SQLConnection
|
CURRENT_SQL_CON = oForm.SQLConnection
|
||||||
|
CURRENT_CONN_ID = oForm.SQLConnection
|
||||||
value = sql
|
value = sql
|
||||||
End If
|
End If
|
||||||
End Using
|
End Using
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user