473,387 Members | 1,502 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,387 software developers and data experts.

Database Corruption - again

One of me clients suffers regular corruption - sometimes the fields of
a record turn to chinese characters, sometimes a record will lose its
ID and all fields appear as ### 's.

I tried to tackle this some while ago but got nowhere. I felt it was
caused by filter-by-form, which I got rid of and the problem reduced a
lot, but didn't go away completely. Now it's happening more and more
and it's time to re-visit.

There are lots of tables and lots of forms but all the corruption
involves what one could call the main table and it's associated form.
It is a bound form. Something occurred today which made me think that
the problem may be linked to users scrolling through records. (This
user says a record corrupted as she arrived at it whilst scrolling
rapidly!! ). It's a very 'busy' form with approx 150 fields, lots of
drop downs getting their data from linked tables and worst of all a
photo which is pulled in from a share on a server and displayed in the
record.

It clearly takes a little time to display the record, so does anyone
think this problem could be related to the speed that users scroll up
and down the recordset ? I've asked them to scroll slowly for a while
and see if it has any effect.

For info, BE on a W2003 server, FE on workstations which are XP with
SP2 and each with 1MB ram. They never got this with A97 on W2000
workstations.

Any thoughts - this is driving me mad !!

Thanks
Dave

Sep 6 '06 #1
4 1445
Dave G @ K2 wrote:
It clearly takes a little time to display the record, so does anyone
think this problem could be related to the speed that users scroll up
and down the recordset ? I've asked them to scroll slowly for a while
and see if it has any effect.
It is. I have this problem on A2K3 for images that are not embedded.
Scrolling too fast locks things up.

This is a solution offered by Steven Lebans on this group not too long
ago, here's the google link:

http://tinyurl.com/hmt7g

It's registry manipulation and therefore a bit scary to me and I was
instead thinking of trying to do something with the timer event, ie,
save the picture path to a variable, but not try to load until a couple
of seconds after and only if the picture path is the same at that
time... to avoid loading in response to every record scroll... I find
when I do this on one of my apps that uses a lot of pictures, the
database locks up.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Sep 6 '06 #2
Tim that is an old post you are referring to. Here is a more current
version.

From: Stephen Lebans - view profile
Date: Sat, Apr 29 2006 1:59 am
Email: "Stephen Lebans"
<ForEmailGotoMy.WebSite.-WWWdotlebansdot...@linvalid.com>
Groups: microsoft.public.access.reports
Not yet ratedRating:
show options
Here's a previous post of mine on this issue.

The one thing you must do is turn of the Loading Image dialog. If you don't,
and quickly scroll through the records in Form view, or page quickly in
Print Preview, you run the risk of crashing Access. Use the Registry mod at
the Access MVP site:
Additionally, two issues in regards to the Registry modification pointed to
here http://www.mvps.org/access/api/api0038.htm
1) The Registry key MUST be "No" NOT "no" or "NO"
2) On systems with XP or on systems with more than one user account,
you must add/modify the key in both HKEY_CURRENT_USER and
HKEY_LOCAL_MACHINE.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Tim Marshall" <TI****@PurplePandaChasers.Moertheriumwrote in message
news:ed**********@coranto.ucs.mun.ca...
Dave G @ K2 wrote:
>It clearly takes a little time to display the record, so does anyone
think this problem could be related to the speed that users scroll up
and down the recordset ? I've asked them to scroll slowly for a while
and see if it has any effect.

It is. I have this problem on A2K3 for images that are not embedded.
Scrolling too fast locks things up.

This is a solution offered by Steven Lebans on this group not too long
ago, here's the google link:

http://tinyurl.com/hmt7g

It's registry manipulation and therefore a bit scary to me and I was
instead thinking of trying to do something with the timer event, ie, save
the picture path to a variable, but not try to load until a couple of
seconds after and only if the picture path is the same at that time... to
avoid loading in response to every record scroll... I find when I do this
on one of my apps that uses a lot of pictures, the database locks up.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me

Sep 6 '06 #3
Stephen Lebans wrote:
Tim that is an old post you are referring to. Here is a more current
version.

Thanks for catching that!
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Sep 7 '06 #4
Thank you gentlemen. This feels like it might be a solution. I really
hope so, but won't be able to go on site to make the registry changes
until next week.

In the meantime, any idea why this problem has occurred just since I
upgraded from A97/W2000 to A2003/XP - is it just that the latter
combination is simply slower on the same hardware?

Dave

Sep 7 '06 #5

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

Similar topics

1
by: g | last post by:
Hi, I have an MS Access 2000 Database on a network. When ever 2 people use it at the same time it crashes. The database size is 14 megs. I have another database just like it...and it has not...
14
by: L Mehl | last post by:
I tested a FE/BE application developed in A2000 on a A2002 machine and got this message when exiting the app. Clicking the only available button "OK", exits the application, as intended. The FE...
19
by: adirat | last post by:
I have read a lot on this subject on newsgroups and other access related websites on data corruption, but since we are still not able to isolate the problem – I am posting this detailed explanation...
6
by: Helmut | last post by:
Hello, I am Helmut, my database has a Frontend of 15.4 MB which cause Acc2K to corruption: Limit is 12.5 MB. Service Pack 3. On three different PCs with 256, 512 and 1.000 MB RAM. All on W2K,...
47
by: ship | last post by:
Hi We need some advice: We are thinking of upgrading our Access database from Access 2000 to Access 2004. How stable is MS Office 2003? (particularly Access 2003). We are just a small...
6
by: Gary | last post by:
I have recently placed an access database (back end) on a network folder. The standalone pc's accessing the network have in their own respective C drives a copy of the database (minus the table). I...
4
by: Brian K. | last post by:
I am trying to split up and secure a database that we've been using on a network for a few years, following the procedure listed in Q304932 from microsoft. I create a new blank database for...
30
by: Wes | last post by:
On a nightly basis, we shut the database down and do a file system backup. A short chronology of our database problem: 8/21 - count(*) of user tables succeeded (done once a week to get...
5
by: Jeff | last post by:
I'm sorry if I am appearing noobish, but I'm a C programmer that inhereted access because I'm the only "computer guy" in the office. Now I've found some problems that I fear maybe a corrupt...
17
by: shineofleo | last post by:
Here is the situation: I wrote a VB programm, which stores all the information in a single Access database file using jet engine. It worked well, however one of my customs reported that there was...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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
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...

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.