MS Icons SQL Editor Griid

This commit is contained in:
2022-04-04 12:55:57 +02:00
parent abd6f3507a
commit 5914e27bcc
10 changed files with 76 additions and 58 deletions

View File

@@ -175,7 +175,7 @@ Public Class frmSQL_DESIGNER
If ds IsNot Nothing Then
dgvResult.DataSource = ds.Tables(0)
GridControl1.DataSource = ds.Tables(0)
End If
End Sub
Private Function ExecuteWithConnection(connectionId As Integer, sql As String) As DataSet