Zooflow: integrate SQLEditor
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
Imports DigitalData.Controls.SQLEditor
|
||||
Imports DigitalData.Modules.Database
|
||||
Imports DigitalData.Modules.Database
|
||||
Imports DigitalData.Modules.Logging
|
||||
|
||||
Imports DigitalData.GUIs.Common
|
||||
|
||||
Public Class frmStart
|
||||
Private LogConfig As LogConfig
|
||||
@@ -49,7 +48,10 @@ Public Class frmStart
|
||||
Private Sub Button9_Click(sender As Object, e As EventArgs) Handles Button9.Click
|
||||
Dim oForm As New frmSQLEditor(LogConfig, Database) With {
|
||||
.SQLCommand = "SELECT * FROM TBDD_USER WHERE EMAIL = '{#USER#EMAIL}'",
|
||||
.SQLConnection = 1
|
||||
.SQLConnection = 1,
|
||||
.PlaceholdersAutomatic = New List(Of String) From {"test1", "test2"},
|
||||
.PlaceholdersAutomaticPrefix = "MAN",
|
||||
.PlaceholdersWindream = New List(Of String) From {"String Index 1", "String Index 2"}
|
||||
}
|
||||
oForm.Show()
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user