How to connect my APP to SQL Server?
Posted
by salhzmzm
on Stack Overflow
See other posts from Stack Overflow
or by salhzmzm
Published on 2010-03-20T22:13:18Z
Indexed on
2010/03/20
22:21 UTC
Read the original article
Hit count: 123
c#
Hi
I have 1 PC (MS Server 2003 + MS SQL Server 2008)
and 2 PCs (MS SP2 + my APP)
how I can let my APP connects to sql server 2008 on other PC My APP will connect to server to store data in SQL Server 2008 and read/delete/edit (basic operations)
what is the best way to do that?
NOTE: my APP is written in C# (.NET Platform)
© Stack Overflow or respective owner