sql editor and fix read only

This commit is contained in:
JenneJ
2015-10-26 12:15:45 +01:00
parent e47a7eac67
commit 7149b1cb4f
4 changed files with 84 additions and 65 deletions

View File

@@ -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