Re: Just tell me why ? so confuse...



Who told you that using a web service to access data was a bad idea? I
don't think that person knows what they are talking about.

Perhaps they meant that a web service class should not "directly" access a
database, but rather it should call another data layer class that gets the
data from the database and passes it back to the web service for the service
to pass back to the calling application.

Using web services to access data on remotes systems is possibly the most
common thing that people use web services for.

-Scott



"serge calderara" <sergecalderara@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:71D8055D-00E2-4DEA-8187-7300946A75D7@xxxxxxxxxxxxxxxx
> Dear all,
>
> I was planning to build a web service component for one of my customer
> that
> will be preliminary use in there company intranet.
>
> This web service will be in charge of sending back data from an SQL server
> database base on a user request like for example following webmethod :
>
> - GetLastEntry :
> will return last recorded data elements
>
> - GetEntryBetween (Startdate, EndDate° : retrun a range of record between
> those dates
>
> base on that I have benn told that using Web service for database access
> is
> a bad, bad idea due to performance and security reason because it is a
> SOAP
> request.
>
> But when I check for instance WebService provides by Amazon to get
> information relative to a particular book, I guess tiere web service
> retrive
> data from a database too.
>
> So could anyone cold clearly explain ?
>
> thanks for your help
> regards
> serge
>


.



Relevant Pages

  • Re: Sending Access information into a Word document with a twist?
    ... Brendan Reynolds wrote: ... Web Service on the server to return the data you want, ... Access data and merging it into a Word document using bookmarks. ...
    (microsoft.public.access.gettingstarted)
  • You must implement the Add(System.Object) method on IBM.Data.DB2.iSeries.iDB2DataReader because it i
    ... IBM.Data.DB2.iSeries.iDB2DataReader because it inherits from ... I created a simple web service to access data on the AS400 for a VB.NET ... Prev by Date: ...
    (comp.sys.ibm.as400.misc)
  • Re: WebServices and Datasets
    ... And if I call the GetChanges Method on the dataset that only the ... be shown in the dataset and to pass that to the web service, ... "Now to make sure the remote database is updated with changes should I ... client a change as occurred unless the client is constantly polling it. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: REPOST: One Web Service updates SQL, the other cant
    ... One Web Service can access and update the database via ADO ... > possible using the following connection string: ... > Columnist, SQL Server Professional ...
    (microsoft.public.vb.database.ado)
  • Re: Synchronizing a SqlCE database on PocketPC
    ... Chris Tacke, Embedded MVP ... CE database and my remote database) from the VB.NET 2005 application that ... runs on that desktop instead of running it on the handheld. ... You may also want to check that you can connect to the web service ...
    (microsoft.public.pocketpc.developer)

Loading