SQLEditor: Improve editor, add support for connections
This commit is contained in:
@@ -47,7 +47,10 @@ Public Class frmStart
|
||||
End Sub
|
||||
|
||||
Private Sub Button9_Click(sender As Object, e As EventArgs) Handles Button9.Click
|
||||
Dim oForm As New frmSQLEditor(LogConfig, Database)
|
||||
Dim oForm As New frmSQLEditor(LogConfig, Database) With {
|
||||
.SQLCommand = "SELECT * FROM TBDD_USER WHERE EMAIL = '{#USER#EMAIL}'",
|
||||
.SQLConnection = 1
|
||||
}
|
||||
oForm.Show()
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user