-
VB.Net How to problem
when i open up the database create one, it shows this error:
System.Data.sqlclient.sqlexception: SQL server does not exist or acces denied.
at System.Data.sqlclient.sqlconnection.Open()
at Vb.Net How-To (then the name and stuff).vbMain:Line 697
I know that i am online but why is it doing that? Is it because i have AOL or ... idk thanks!
-
Sounds like you need to put the name of your own SQL Server in there. If you just copied some code and don't have SQL Server there, then you probably need to start with Access database code rather than SQL Server.
-
It came off of the Knowledge Pack that came with my vb.net. So... I dont know what to do... heh
-
How did you get the Knowledge Pack? I purchased VB .NET but it came with no Knowledge Pack.
-
mine came with two. you know the outer layer of plastic? well one was stuck to the front of it, and another was inside w/ the instruction manuels
Ok new question: How can imake my own server using Server Explorer-> Add conection?