Connecting Tech Pros Worldwide Help | Site Map

Login directly into Sql server from C# windows application

Newbie
 
Join Date: Nov 2008
Posts: 2
#1: Nov 5 '08
Hi,
I have created a login form in the C# windows application with user id, password and the server name. When I check the server name and use the credentials of the sql server in the C# windows application form, I should directly login into the SQL server from this windows application forum. Can it be possible ? How can we do that.
ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,925
#2: Nov 5 '08

re: Login directly into Sql server from C# windows application


Yes is it possible.

This is more of a C# question than a SQL Server question.

Maybe this could help.


Happy coding!

-- CK
Reply