Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i access to sql by using .net
Message
From
27/03/2005 11:52:37
 
 
To
18/03/2005 09:30:41
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00996388
Message ID:
00999335
Views:
25
sorry for reply lately.thanks for your kindly.i had fixed the problem with my friend.actually just a command error when wanna to connect with the server.thanks yea..

the command in .Net should be like this to connect to the server for my pc(but my friend can use the athoher command to access the server).

SqlConnection conn = new SqlConnection( "server=(local)\\NETSDK;" +
"Integrated Security=SSPI;" +
"database=UserAccount");

thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform