473,800 Members | 2,332 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

multi-user data entry

I am instantiating several custom objects from a subset
of data contained in an XML file. I then might edit
these objects and save the changes back to the XML file.
However, I want to compare the original state of the
objects with the current object data stored in the XML
file to alert the user to any changes that were made by
other users during the time that the user was making his
own edits.

So I'm doing this:

objEdit= createobject(xm ldata)
objOriginal= createobject(xm ldata)

DATA EDITING (of objEdit)
..
..
..

objCurrent = createobject(xm ldata)

if not objCurrent.Equa ls(objOriginal) then

msgbox "Another user made changes..."
..
..
..

else

savedata(objEdi t)

end if

Two questions:
1) Is this the best approach?
2) For some reason the edits affect objOriginal as well
as objEdit. Why is that happening?

Thanks.

Pat
Nov 20 '05 #1
3 1674
An ADO.NET group will be able to handle this better, but there are lots of
ways to do this such as using something as simple as GetChanges.. I think a
dataset also implements IComparable in which case you can get the changes
out.

-CJ
"Patrick McGuire" <pm********@yah oo.com> wrote in message
news:01******** *************** *****@phx.gbl.. .
I am instantiating several custom objects from a subset
of data contained in an XML file. I then might edit
these objects and save the changes back to the XML file.
However, I want to compare the original state of the
objects with the current object data stored in the XML
file to alert the user to any changes that were made by
other users during the time that the user was making his
own edits.

So I'm doing this:

objEdit= createobject(xm ldata)
objOriginal= createobject(xm ldata)

DATA EDITING (of objEdit)
.
.
.

objCurrent = createobject(xm ldata)

if not objCurrent.Equa ls(objOriginal) then

msgbox "Another user made changes..."
.
.
.

else

savedata(objEdi t)

end if

Two questions:
1) Is this the best approach?
2) For some reason the edits affect objOriginal as well
as objEdit. Why is that happening?

Thanks.

Pat

Nov 20 '05 #2
Hmm. Correct me if I'm wrong, but I think your
suggestion finds the changed rows that the user makes
himself. The underlying XML file may have been changed
several times during the user's editing activities. I
want to find if the XML file has been changed (by other
users) during the user's editing activities.

Thanks,

Pat
-----Original Message-----
An ADO.NET group will be able to handle this better, but there are lots ofways to do this such as using something as simple as GetChanges.. I think adataset also implements IComparable in which case you can get the changesout.

-CJ
"Patrick McGuire" <pm********@yah oo.com> wrote in message
news:01******* *************** ******@phx.gbl. ..
I am instantiating several custom objects from a subset
of data contained in an XML file. I then might edit
these objects and save the changes back to the XML file. However, I want to compare the original state of the
objects with the current object data stored in the XML
file to alert the user to any changes that were made by
other users during the time that the user was making his own edits.

So I'm doing this:

objEdit= createobject(xm ldata)
objOriginal= createobject(xm ldata)

DATA EDITING (of objEdit)
.
.
.

objCurrent = createobject(xm ldata)

if not objCurrent.Equa ls(objOriginal) then

msgbox "Another user made changes..."
.
.
.

else

savedata(objEdi t)

end if

Two questions:
1) Is this the best approach?
2) For some reason the edits affect objOriginal as well as objEdit. Why is that happening?

Thanks.

Pat

.

Nov 20 '05 #3
This is a common thing I see, I use SQL though to do Pessemistic locking
(something you should be VERY careful with). What I'm saying is, you could
reload the XML file, and then validate changes agasint both of them, and do
whatever BL you need to do..

Now if you want to get "creative" you could use a FileSystemWatch er to
watch to see if the XML file was updated at anytime, and notify the user
instantly if they want to import these changes. Depending on how many users
you have / how many updates there are, this could get ugly. (File keeps
changing, user keeps getting notified) You also would have to write your
own handler in updating the UI when a file changes and getting the changes
(seeing if it affects the current record or not). but you have to remember
Datasets are disconnected so it can't necessarily watch to see when someone
else updates automaticalliy.

If you have some extra money check out Microsoft ADO.NET Core Reference
guid. ISBN 0-7356-1423-7 which I found pretty useful when learning about
Pessemistic locking.
USA pricing is 59.99. Canada 86.99,

Has a CD too...


"Patrick McGuire" <pm********@yah oo.com> wrote in message
news:04******** *************** *****@phx.gbl.. .
Hmm. Correct me if I'm wrong, but I think your
suggestion finds the changed rows that the user makes
himself. The underlying XML file may have been changed
several times during the user's editing activities. I
want to find if the XML file has been changed (by other
users) during the user's editing activities.

Thanks,

Pat
-----Original Message-----
An ADO.NET group will be able to handle this better, but

there are lots of
ways to do this such as using something as simple as

GetChanges.. I think a
dataset also implements IComparable in which case you

can get the changes
out.

-CJ
"Patrick McGuire" <pm********@yah oo.com> wrote in message
news:01******* *************** ******@phx.gbl. ..
I am instantiating several custom objects from a subset
of data contained in an XML file. I then might edit
these objects and save the changes back to the XML file. However, I want to compare the original state of the
objects with the current object data stored in the XML
file to alert the user to any changes that were made by
other users during the time that the user was making his own edits.

So I'm doing this:

objEdit= createobject(xm ldata)
objOriginal= createobject(xm ldata)

DATA EDITING (of objEdit)
.
.
.

objCurrent = createobject(xm ldata)

if not objCurrent.Equa ls(objOriginal) then

msgbox "Another user made changes..."
.
.
.

else

savedata(objEdi t)

end if

Two questions:
1) Is this the best approach?
2) For some reason the edits affect objOriginal as well as objEdit. Why is that happening?

Thanks.

Pat

.

Nov 20 '05 #4

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

Similar topics

37
4899
by: ajikoe | last post by:
Hello, Is anyone has experiance in running python code to run multi thread parallel in multi processor. Is it possible ? Can python manage which cpu shoud do every thread? Sincerely Yours, Pujo
4
4678
by: Frank Jona | last post by:
Intellisense with C# and a multi-file assembly is not working. With VB.NET it is working. Is there a fix availible? We're using VisualStudio 2003 Regards Frank
12
3882
by: * ProteanThread * | last post by:
but depends upon the clique: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=954drf%24oca%241%40agate.berkeley.edu&rnum=2&prev=/groups%3Fq%3D%2522cross%2Bposting%2Bversus%2Bmulti%2Bposting%2522%26ie%3DUTF-8%26oe%3DUTF-8%26hl%3Den ...
0
3791
by: frankenberry | last post by:
I have multi-page tiff files. I need to extract individual frames from the multi-page tiffs and save them as single-page tiffs. 95% of the time I receive multi-page tiffs containing 1 or more black and white CCITT4 compressed files (frames) inside the tiff. Every now and then I receive a mixture of black and white CCITT4 and JPEG compressed files, and sometimes just multi-page tiffs with JPEG only. The code runs great when dealing with the...
6
8185
by: cody | last post by:
What are multi file assemblies good for? What are the advantages of using multiple assemblies (A.DLL+B.DLL) vs. a single multi file assembly (A.DLL+A.NETMODULE)?
4
17882
by: mimmo | last post by:
Hi! I should convert the accented letters of a string in the correspondent letters not accented. But when I compile with -Wall it give me: warning: multi-character character constant Do the problem is the charset? How I can avoid this warning? But the worst thing isn't the warning, but that the program doesn't work! The program execute all other operations well, but it don't print the converted letters: for example, in the string...
5
6002
by: Shane Story | last post by:
I can seem to get the dimensions of a frame in a multiframe tiff. After selecting activeframe, the Width/Height is still really much larger than the page's actual dimensions. When I split a TIFF to several PNG files this causes a problem, becuase the resulting image is (the page to the far left and a lot of black space surrounding it and a filesize that is larger than needed. Any ideas?
5
3288
by: dkelly925 | last post by:
Is there a way to add an If Statement to the following code so if data in a field equals "x" it will launch one report and if it equals "y" it would open another report. Anyone know how to modify this? Private Sub cmdPreview_Click() On Error GoTo Err_Handler 'Purpose: Open the report filtered to the items selected in the list box. 'Author: Allen J Browne, 2004. http://allenbrowne.com Dim varItem As Variant 'Selected items
0
2331
by: Sabri.Pllana | last post by:
We apologize if you receive multiple copies of this call for papers. *********************************************************************** 2008 International Workshop on Multi-Core Computing Systems (MuCoCoS'08) Barcelona, Spain, March 4 - 7, 2008; in conjunction with CISIS'08. <http://www.par.univie.ac.at/~pllana/mucocos08> *********************************************************************** Context
1
9321
by: mknoll217 | last post by:
I am recieving this error from my code: The multi-part identifier "PAR.UniqueID" could not be bound. The multi-part identifier "Salary.UniqueID" could not be bound. The multi-part identifier "PAR.UniqueID" could not be bound. The multi-part identifier "PAR.PAR_Status" could not be bound. The multi-part identifier "Salary.New_Salary" could not be bound. The multi-part identifier "Salary.UniqueID" could not be bound. The multi-part...
0
9691
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9551
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10035
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9090
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7580
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5471
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5606
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2945
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.