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

Filed under:
|
|

With respect to an application that has both a web and desktop client version:

  1. What is the best practice for the desktop client which needs access to a SQL Server?
  2. What are the benefits of connecting to the database from the application vs using a web service?
  3. Which one provides better security?
  4. What type of scope would call for one vs the other (enterprise intranet vs. web app, etc)
  5. Are there any other considerations that are necessary when choosing on platform?

© Stack Overflow or respective owner

Related posts about c#

Related posts about sql