all groups > dotnet web services > may 2005 >
You're in the

dotnet web services

group:

How to do?


How to do? kenny
5/26/2005 11:55:12 PM
dotnet web services: Hi everybody,

My problem is: currently we have a window application that deals only with
the local database, now we want to our application can synchronize its data
to a remote database, our plan is , buid another application which will be
deployed in the remote machine and which will receive a dataset from our
previous application and do all the update and return a errlog, but I don't
know which way is better to build this application, using com+ or remoting?
I am also wondering if enterprise service can solve our problem or if I can
simply deploy the data access lay in our previous application to the remote
compute ( I don't know them very well)

Re: How to do? Allen St.Clair
5/27/2005 12:00:00 AM
If you dont access database very often, I suggest that you use Web Service
to build a 3-layer solution.

Local Program: Interface and some Logic Dealings
Web Service: Data access logic
SQL Server or Other Database: Database

[quoted text, click to view]

AddThis Social Bookmark Button