Skip to content
Loading
What is the mistake in this coding? i can't able to execute the table........ Imports System.Data.SqlClient Imports System.Console Imports System.data Public Class Form1 Public conn As New SqlConnection Public com As New SqlCommand Public dap As New SqlDataAdapter Public ds As New DataSet Public dr As SqlDataReader Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ds = New DataSet