473,505 Members | 14,252 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Table values mysteriously changed in 2 columns only

I created a database which my company has used for over 2 years at now
over 30 locations. Just today, one of the locations called and was
having problems with their program. The database is A97 runtime with
split front/back ends. They sent me their back end file, and 2 of the
columns in their Events table, all were somehow changed. One of the
values changed all changed to 0's, and the other all changed to 1's.
There are about 4000 records, and they're all changed.

The users can re-enter the values for the current data to get back on
their feet, and everything seems to work fine once the data has been
re-entered.

I don't have any update queries or anything in the program that would
go through all the records and check or change or update any of the
values automatically.

There are 4 front end users on a LAN with the back end at that
location.

Any idea what may have caused this sort of thing?
Nov 12 '05 #1
3 2125
On 27 Jan 2004 17:29:38 -0800, ky***@jsav.com (Kyle Keller) wrote:

It taught them the value of making backups. Did you have them sweat a
bit to drive home that point?
Corruption happens, but this seems too particular to be contributable
to random corruption.
Perhaps it's a disgruntled employee? Don't laugh - I've worked with a
client that had this happen, and we used security monitoring
(available on NTFS) to catch the criminal.
Don't count out your app too quickly, although I have to say that
after 60 locationyears of operation most of the bugs are probably
ironed out already.

Interesting problem. Let us know what you find out.

-Tom.

I created a database which my company has used for over 2 years at now
over 30 locations. Just today, one of the locations called and was
having problems with their program. The database is A97 runtime with
split front/back ends. They sent me their back end file, and 2 of the
columns in their Events table, all were somehow changed. One of the
values changed all changed to 0's, and the other all changed to 1's.
There are about 4000 records, and they're all changed.

The users can re-enter the values for the current data to get back on
their feet, and everything seems to work fine once the data has been
re-entered.

I don't have any update queries or anything in the program that would
go through all the records and check or change or update any of the
values automatically.

There are 4 front end users on a LAN with the back end at that
location.

Any idea what may have caused this sort of thing?


Nov 12 '05 #2
Tom van Stiphout wrote:
On 27 Jan 2004 17:29:38 -0800, ky***@jsav.com (Kyle Keller) wrote:

It taught them the value of making backups. Did you have them sweat a
bit to drive home that point?
Corruption happens, but this seems too particular to be contributable
to random corruption.
Perhaps it's a disgruntled employee? Don't laugh - I've worked with a
client that had this happen, and we used security monitoring
(available on NTFS) to catch the criminal.
Don't count out your app too quickly, although I have to say that
after 60 locationyears of operation most of the bugs are probably
ironed out already.

Interesting problem. Let us know what you find out.

-Tom.
I created a database which my company has used for over 2 years at now
over 30 locations. Just today, one of the locations called and was
having problems with their program. The database is A97 runtime with
split front/back ends. They sent me their back end file, and 2 of the
columns in their Events table, all were somehow changed. One of the
values changed all changed to 0's, and the other all changed to 1's.
There are about 4000 records, and they're all changed.

The users can re-enter the values for the current data to get back on
their feet, and everything seems to work fine once the data has been
re-entered.

I don't have any update queries or anything in the program that would
go through all the records and check or change or update any of the
values automatically.

There are 4 front end users on a LAN with the back end at that
location.

Any idea what may have caused this sort of thing?


It reminds me of the UPDATE without WHERE statement error every
developer is required to make at least once, to get a feel for timing ;-)

Maybe there is such a statement somewhere? Or a WHERE clause that can
evaluate to True under certain conditions? Or just someone trying to
build a query for themselves, only to discover on test run "is it that
quick? Let's try it on the other column as well -- er wait, did it say
4000 records updated?"

--
Bas Cost Budde

Nov 12 '05 #3
Thanks for the replies, I have a little more information today...

Apparently a user was copying the entire program folder to his thumb drive,
and 'bringing it home' to work on. Then copying everything back the next
day. He would tell the rest of the staff not to make any changes, because
they would be overwritten the next day.

I can see him copying the files back to the server computer, while another
user is firing up his application... and I'm not a network expert, but
that's just asking for something to go awry. Its amazing what users will
come up with.

I found a .bat file in the google archives by Don Leverton/Trevor Best that
I'm playing with to automatically back up the back end file every day. It
looks like it will only work with single computer setups or on the network
computer where the back end file is located. Any other suggestions for
automatic backups?

Kyle

Bas Cost Budde <ba*@heuveltop.org> wrote in message news:<bv**********@news2.solcon.nl>...
Tom van Stiphout wrote:
On 27 Jan 2004 17:29:38 -0800, ky***@jsav.com (Kyle Keller) wrote:

It taught them the value of making backups. Did you have them sweat a
bit to drive home that point?
Corruption happens, but this seems too particular to be contributable
to random corruption.
Perhaps it's a disgruntled employee? Don't laugh - I've worked with a
client that had this happen, and we used security monitoring
(available on NTFS) to catch the criminal.
Don't count out your app too quickly, although I have to say that
after 60 locationyears of operation most of the bugs are probably
ironed out already.

Interesting problem. Let us know what you find out.

-Tom.

Maybe there is such a statement somewhere? Or a WHERE clause that can
evaluate to True under certain conditions? Or just someone trying to
build a query for themselves, only to discover on test run "is it that
quick? Let's try it on the other column as well -- er wait, did it say
4000 records updated?"

Nov 12 '05 #4

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

Similar topics

3
2265
by: dbuchanan | last post by:
Hello, (Windows forms - SQL Server) I fill my datagrid with a stored procedure that includes relationships to lookup tables so that users can see the values of the combobox selections rather...
3
2423
by: phillip.s.powell | last post by:
Is this how it's done? INSERT INTO student ( (SELECT DISTINCT a.* FROM student_spring a, student_summer b WHERE a.unique_key != b.unique_key)\ UNION (SELECT DISTINCT b.* FROM student_summer...
7
6959
by: Serge Rielau | last post by:
Hi all, Following Ian's passionate postings on problems with ALTOBJ and the alter table wizard in the control center I'll try to explain how to use ALTOBJ with this thread. I'm not going to get...
6
5204
by: Rico | last post by:
Hello, I'm creating an audit table and associated triggers to be able to capture any updates and deletes from various tables in the database. I know how to capture the records that have been...
0
7303
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7367
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7471
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...
1
5028
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...
0
3187
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...
0
3176
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1528
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
754
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
407
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...

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.