473,320 Members | 1,896 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Exposing Web Services methods for Add/Edit/Delete Records

Hello,

I have a client c# application from which I want to Add/Edit/Delete & list
records by connecting to Web Service.

HOw can I write classes & methods in Web service projet that will :

1. Add records,
2. Edit Recods,
3. Delete Records, etc.

I want to create DAL, BAL in the Web services project structure

Regards,
Jun 5 '07 #1
2 2154

"Ibrahim." <Ib*****@discussions.microsoft.comwrote in message
news:44**********************************@microsof t.com...
Hello,

I have a client c# application from which I want to Add/Edit/Delete & list
records by connecting to Web Service.

HOw can I write classes & methods in Web service projet that will :

1. Add records,
You need to think objetcs.
2. Edit Recods,
You need to think objetcs.
3. Delete Records, etc.
You need to think objects.
>
I want to create DAL, BAL in the Web services project structure
You need to think about using objects within a framework that works with Web
Services, whether that be a 3rd party framework or your own framework you
derive from learning about the use of a framework.

You get the book, you read it, you download the framework and put it
together, you download the project putting it together to work with the
framework and see how things work.

After that, you might say I don't need a framework, but I can sure use the
concepts of what those objects were doing to create a viable solution,
because you learned the basics.

http://www.lhotka.net/Article.aspx?i...b-e0059cc82ee7

There are .NET 2003 versions as well.

Jun 5 '07 #2
On 5 Jun, 12:35, Ibrahim. <Ibra...@discussions.microsoft.comwrote:
Hello,

I have a client c# application from which I want to Add/Edit/Delete & list
records by connecting to Web Service.

HOw can I write classes & methods in Web service projet that will :

1. Add records,
2. Edit Recods,
3. Delete Records, etc.

I want to create DAL, BAL in the Web services project structure

Regards,
I suggest to use "Enterprise Development Reference Architecture". This
is proposed by MS and used in many places where distributed
architechture is used. You can understand th concept from
implementation point of view using "Enterprise Development Reference
Implementation"

Jun 6 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Avanish Pandey | last post by:
Hello All We have 3 differen services (in 3 different server) Service A,B,C . We want to implement distributed transaction when call methods of B and C from A. Is it possible? if yes then how? ...
0
by: MeMyselfNDotnet | last post by:
Hi All, Im facing a problem with the COM+ component, will appreciate if u can provide any kind of guidance. My COM+, references a class, lets call it class A. It uses the properties of Class A,...
2
by: SB | last post by:
I am implementing a web services and one of its methods can potentially return Gb of data. I would like this to be implemented in an 'iterator' kind of style. With this the client can get the count...
8
by: Dave A | last post by:
I have a class called 'PrimaryKey' that represents the primary key of a table. PrimaryKeys can only be created and the class only implements .ToString(). The PrimaryKey class internally stores...
3
by: Dave | last post by:
Please - anyone that can help. I am getting confusing results while trying to expose a collection from a web service. I have a webservice in which a web method accepts a collection as a...
1
by: Marc | last post by:
Hi, I made a detailsview for inserting records. I also made a gridview for editing and deleting the same records. The keyfield is an autonumbering field in Access (pcnr). My problem is: I can...
5
by: JT | last post by:
Hi, I think I need a "best practices" lesson on web sites and web services. In order to conform to the restraints of my web host, my web services seem to need to be in a subfolder of my web...
9
by: rn5a | last post by:
A Form has a DataGrid which displays records from a SQL Server 2005 DB table. Users can modify the records using this DataGrid for which I am using EditCommandColumn in the DataGrid. This is the...
3
by: Sylvie | last post by:
My Windows Application has two forms, one form contains a grid (lets say Stock Listing), and the other is a form of one stock, contains some edit boxes for one stock's fields.. Is it possible to...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.