hey frnds,I have imports namespace System.Data.SqlClient.I just create object of SqlConnection,But error is there-
'SqlConnection' is ambiguous in the namespace 'System.Data.SqlClient'.
.I know its a silly Question i m asking,But its not working..Plz help me out..
Imports System.Data.SqlClient
Public Class Form1
Dim conn As New SqlConnection
End Class