Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can i access to sql by using .net
Message
De
27/03/2005 11:52:37
 
 
À
18/03/2005 09:30:41
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00996388
Message ID:
00999335
Vues:
26
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform