y'am creating an App to select,insert,Update from any sql data. but y want to select any table by it name in a textbox and show the data in a datagridview
this is my code are there any think Wrong ?????????
-----------------------------------------------------------------
Imports...
i want to select a sql table using ado in my visual basic program
Imports System.Data.SqlClient
Imports System.Data
Public Class select_data
Private Sub Beep_Button1_Click(sender As System.Object, e As System.EventArgs) Handles Beep_Button1.Click
Dim dt As New DataTable()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.