Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 connecting SQL and C#.net

Author  Topic 

mathews1
Starting Member

1 Post

Posted - 2014-08-02 : 03:23:16
Hi friends,

in create a new software application using C# as front end and database with sql. how to connect SQL server with my front end application.

dot net training in chennai

<a href="http://www.fita.in/dot-net-training-in-chennai/">Dot Net Training in Chennai</a>

TG
Master Smack Fu Yak Hacker

6065 Posts

Posted - 2014-08-02 : 09:15:06
have a look through the System.Data.SqlClient class on msdn. Maybe start looking at SqlConnection class - most topics include sample code.

Be One with the Optimizer
TG
Go to Top of Page

andrew321
Starting Member

5 Posts

Posted - 2014-08-04 : 04:55:13
Thanks TG I was looking for the same. I hope it will work.
Go to Top of Page
   

- Advertisement -