sonia.sardana
Active member
- Joined
- Jan 25, 2009
- Messages
- 35
- Programming Experience
- Beginner
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..
'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..
VB.NET:
Imports System.Data.SqlClient
Public Class Form1
Dim conn As New SqlConnection
End Class