Ask a Question related to ASP.NET Web Services, Design and Development.
-
Himanshu #1
ADO.NET and Webservices
Hello,
I'm trying to build a webservices 'application' that basically allows
any sort of client to plug-in and do do updates to the database
through ADO.NET (ODBC)
So generally like this,
[ CLIENT APP ] <------> [ WEB SERVICES ] <-----> [ ADO.NET ]
Would anyone know of any links ... that give recommended strategies on
best practices, etc... to build those components.....
I've got the database structure, but a bit lost on how to best model
the webservices so that the client app can properly do
add/remove/updates.... and also allow synchronisation between
different clients.
Would really appreciate on any pointers in this area :)
Cheers,
Himanshu
Himanshu Guest
-
Webservices
Hello everybody, I am unable to call remote web service. I have created Proxy Class successfully. Whenever I tried to call it prompts with... -
.net webservices
Actually, if you give your dataset a name: DataSet ds = new DataSet("MyDataSet"); then you should use: ... -
1 or more webservices
Hi I want to make a webservice which retrieves data for a webpart in a sharepoint environment. Is it handier to make 1 large webservice or a few... -
webservices and com+
hi i have created a webservice that has methods like getitems and so on that get data from the db. and am calling it from asp.net i want... -
SOS! I can't use COM in my webservices
i write a COM use PB9. The COM work well in a Windows Application(use in VS2003.net) But when i use it in a webservices, the COM can not work,the... -
MB #2
Re: ADO.NET and Webservices
have you tried [url]www.microsoft.com/practices[/url] ?
Mark.
"Himanshu" <doraemon_z2000@yahoo.com> wrote in message
news:hmgd419prp800tc0ucl9g5boq7q8o4fb0e@4ax.com...> Hello,
>
> I'm trying to build a webservices 'application' that basically allows
> any sort of client to plug-in and do do updates to the database
> through ADO.NET (ODBC)
>
> So generally like this,
>
> [ CLIENT APP ] <------> [ WEB SERVICES ] <-----> [ ADO.NET ]
>
> Would anyone know of any links ... that give recommended strategies on
> best practices, etc... to build those components.....
>
> I've got the database structure, but a bit lost on how to best model
> the webservices so that the client app can properly do
> add/remove/updates.... and also allow synchronisation between
> different clients.
>
> Would really appreciate on any pointers in this area :)
>
> Cheers,
>
> Himanshu
MB Guest



Reply With Quote

