I am fresh on vb.net 2005 - i tried to develop a simple windows .net framework application and want to use sqlserver db into it. when i tried to use this code:
dim myConn as new SqlConnection
it doesn't recognizes and raise an exception to change it to:
dim myConn as new sqlClient.SqlConnection

when i use the sqlclient.sqlconnection and runs the application, it raise an error that its not working to call a client remote connection???

can anyone help me to write codes to:
- connect sqlserver db
- dataadapter, datareader etc?

cheers