A
Albert
Hi,
when do i need this: Imports System.Data
and when this: Imports System.Data.SqlClient?
More specifically, when i want to perform a select or update of a table
using:
connection = New SqlConnection(connectionstr)
comd = New SqlCommand()
do i need both?
Thanks
Albert
when do i need this: Imports System.Data
and when this: Imports System.Data.SqlClient?
More specifically, when i want to perform a select or update of a table
using:
connection = New SqlConnection(connectionstr)
comd = New SqlCommand()
do i need both?
Thanks
Albert