Best Practice: Direct SQL Access vs. Web Service
Posted
by
phsr
on Stack Overflow
See other posts from Stack Overflow
or by phsr
Published on 2009-07-06T11:41:53Z
Indexed on
2011/01/07
18:53 UTC
Read the original article
Hit count: 195
With respect to an application that has both a web and desktop client version:
- What is the best practice for the desktop client which needs access to a SQL Server?
- What are the benefits of connecting to the database from the application vs using a web service?
- Which one provides better security?
- What type of scope would call for one vs the other (enterprise intranet vs. web app, etc)
- Are there any other considerations that are necessary when choosing on platform?
© Stack Overflow or respective owner