|
-
Jul 30th, 2007, 05:53 AM
#1
Thread Starter
New Member
basic help!!!
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|