sql editor and fix read only
This commit is contained in:
@@ -97,6 +97,7 @@ Public Class frmSQLEditor
|
||||
Dim ds As DataSet = ExecuteWithConnection(cmbConnection.SelectedValue, query)
|
||||
|
||||
If ds IsNot Nothing Then
|
||||
lbResultsCount.Text = ds.Tables(0).Rows.Count.ToString & " Ergebnisse"
|
||||
dgvResult.DataSource = ds.Tables(0)
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user