Hi

I am using the vb.net and sql server 2005

Is it neccessary to Imports both

Imports System.Data
Imports System.Data.SqlClient

or - only

Imports System.Data.SqlClient


thanks