473,748 Members | 2,891 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

A2003 corrupts - 97 didn't

I have a medium sized application - data is in back end on a NT4 file
server, front end on about 15 workstations. System was Access 97 on
W2000 workstations and worked fine.

Over Xmas upgraded all workstations to XP Pro with SP2 and Office 2003
Pro. Now I have a corruption problem. Users suddenly report very slow
response, or can't find records. I do a repair on the data and then
find a corrupted record in the table causing problems. I then get rid
of the corrupt record. Then I have to recreate the key index because
that gets lost. Then all is well again for a few days. Then it happens
again.

My question is this - has anyone got any idea why this might be
happening, or better still, how to solve it (a long shot, I know) ?

By the way, at some time in the future, I'm planning to move the back
end to MySQL. Would that help ?

I would really appreciate any assistance

Thanks
Dave

Jan 18 '06 #1
4 1187
Dave G @ K2 wrote:
I have a medium sized application - data is in back end on a NT4 file
server, front end on about 15 workstations. System was Access 97 on
W2000 workstations and worked fine.

Over Xmas upgraded all workstations to XP Pro with SP2 and Office 2003
Pro. Now I have a corruption problem. Users suddenly report very slow
response, or can't find records. I do a repair on the data and then
find a corrupted record in the table causing problems. I then get rid
of the corrupt record. Then I have to recreate the key index because
that gets lost. Then all is well again for a few days. Then it happens
again.

My question is this - has anyone got any idea why this might be
happening, or better still, how to solve it (a long shot, I know) ?

By the way, at some time in the future, I'm planning to move the back
end to MySQL. Would that help ?

I would really appreciate any assistance

Thanks
Dave


A bit ironic. You get the newest and greatest and it turns to crap. As
an old manager once told me, a user will take an ugly system that works
over a pretty system that fails.

I would consider your network connections or network cards. Is there a
user that is experiencing problems with other apps? I really doubt the
OS would have anything to do with it. And I doubt that Access would
fall all over itself simply because it got an upgrade. I can imagine
Access might run a tad slower since there'd be more bloat in the newer
version but not so much that you'd cry over it.

Another thing you might want to try, if it isn't hardware related, is to
decompile the app.
C:\MsAccess.Exe C:\Apps\MyApp.M db /Decompile
Once decompiled, compact the database, and then recompile.

You could also try to import the database into a blank database, rename
the old database, then rename the new to the old name.

And if you have a network connection problem, using MySQL will not help.
Jan 18 '06 #2
Well, what you did was move from the "golden setup for Access multiuser" to
something less "golden". It turns out that the defaults in the NT4 OS and
Access 2.0 or Access 97 seemed to be set "just right" for excellent Access
multiuser.

It's certainly possible to have a stable, good-performing system with the
later versions, but it's likely to take a little more "tweaking". The best
collection of information and links for multiuser environment performance
and corruption avoidance that I know about are at Tony Toews' site,
http://www.granite.ab.ca/accsmstr.htm. Take a look, and try some of the
suggestions.

Larry Linson
Microsoft Access MVP

"Dave G @ K2" <da**@k2compute rs.co.uk> wrote in message
news:11******** **************@ g43g2000cwa.goo glegroups.com.. .
I have a medium sized application - data is in back end on a NT4 file
server, front end on about 15 workstations. System was Access 97 on
W2000 workstations and worked fine.

Over Xmas upgraded all workstations to XP Pro with SP2 and Office 2003
Pro. Now I have a corruption problem. Users suddenly report very slow
response, or can't find records. I do a repair on the data and then
find a corrupted record in the table causing problems. I then get rid
of the corrupt record. Then I have to recreate the key index because
that gets lost. Then all is well again for a few days. Then it happens
again.

My question is this - has anyone got any idea why this might be
happening, or better still, how to solve it (a long shot, I know) ?

By the way, at some time in the future, I'm planning to move the back
end to MySQL. Would that help ?

I would really appreciate any assistance

Thanks
Dave

Jan 18 '06 #3
"Dave G @ K2" <da**@k2compute rs.co.uk> wrote in message
news:11******** **************@ g43g2000cwa.goo glegroups.com.. .
I have a medium sized application - data is in back end on a NT4 file
server, front end on about 15 workstations. System was Access 97 on
W2000 workstations and worked fine.

Over Xmas upgraded all workstations to XP Pro with SP2 and Office 2003
Pro. Now I have a corruption problem.


I would suspect the NT4 server - I have no hard evidence for a conviction
but I have heard on the grapevine here at my place of work that XP client
and NT4 server is not a good mix. We've just been upgraded from NT4 to XP
on both client and server sides and the whole thing went very smoothly for
Access apps.

Keith.
www.keithwilby.com
Jan 18 '06 #4
Hum, you mention that you have the front end on each workstation...

Have you tried placing a mde on each workstation?

I have a number of clients I moved from a97 to a2003. I always distribute a
mde for the front end.

I have had no problems...perf ormance, or speed wise. And, I find a2003
better then both a2000, and a2002.

In fact, a2003 has been flawless for me...really, very first rate...
By the way, at some time in the future, I'm planning to move the back
end to MySQL. Would that help ?


Yes...that would..and ms-access make a great client to server base systems.
Server based systems don't corrupt..and even with bad network
connections...t hey don't damage the files or indexes....
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl************* ****@msn.com
http://www.members.shaw.ca/AlbertKallal
Jan 20 '06 #5

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

Similar topics

4
1693
by: -Michelle- | last post by:
Hi I am using A2003 on XP. The client has A2000. So I have ensured that I have developed based on A2000 and compiled as such. I have found that in a number of cases now, I have used (what I thought) was fairly standard methods & properties, but as it turns out, not so. I install on the client's machine and recompile and have found that a method is just not recognised in A2000. eg: in A2003, docmd.OpenReport includes the 'OpenArgs'...
12
2213
by: dixie | last post by:
Can someone familiar with Access 2003 please answer this question? I am asking because I don't have the use of A2003. When Access 2003 finds an Access 2000 database, does it come up with some sort of question/suggestion indicating that you can convert this datbase into the new format? I am trying to trouble shoot a remote site where a big error message indicating the database was converted using the wrong method comes up when they try to...
1
1533
by: Paul Brady | last post by:
I have A97 and A2K on my computer at home, on which I do volunteer work for several databases on our county park system. One of the clients uses A97, and the rest, A2K. The A97 user is considering upgrading their Microsoft Office. If they upgrade to Office 2000, I have no problems; I'll convert their A97 database and we'll be in business. But what if they upgrade to Office 2003 (I think there is such a thing) and install A2003. Will I...
17
3152
by: rdemyan via AccessMonster.com | last post by:
With A2003, I'm having trouble accessing files in a folder on another computer where back-end files, update files, etc are located. Here's the scenario: 1) Computer #1 - A2003 2) Computer #2 - Access 2000; folder with back-ends for both computers and 'Update' folder. I have a launcher program that launces my application (MyApp). The launcher program also checks for updates to MyApp located in 'Update' folder (on
7
3060
by: Salad | last post by:
I am converting an application from A97 to A2003. I have 2 tables created by another application as a Foxpro.dbf. The table has no index. The connect string in A97 is FoxPro 2.0;HDR=NO;IMEX=2;DATABASE=C:\Test It's really easy to connect to those tables in A97. I'm having difficulties in A2003. I'm trying to follow the instructions in http://support.microsoft.com/kb/824264/.
3
1735
by: Zippy | last post by:
I have recently moved from A97 to A2003. I find it inconvenient that I can no longer double-click on the subform to open it in full view. I had a hunt around the newgroups and couldn't find anything helpful. I know that I can right-click to open, but is there anything I can do to make it do it the 'good old way'? -- Zippy S
3
2600
by: Salad | last post by:
I am using A2003, SP3. If I use the QueryBuilder and select a table and drag the fields to it and then select Query/Append from the menu as the type of query, the first table name (alphabetically) never, ever shows up. I have to create a junk table..I may copy an existing table to a name like AAA...and then the second table in the alphabetical list will show up. Ex: If I have tables A, B, C, and D and I select table B and want to...
3
2121
by: Salad | last post by:
I have Microsoft Office Professional 2003 and the computer I connect to also has A2003 retail. The others in that office use Access 2003 runtime. Q1) I wanted to see if they were up-to-date on their service pack but the "About Microsoft Office" menu item is missing when the run my app. Is there a way to view the About form in the runtime version from the menu? Q2) Also, do folks with a runtime version need the SP3 and hotfix? Q3) ...
2
2243
by: Wayne | last post by:
I'm trying to overcome the problem that some users including myself have noticed with combo boxes in A2003 databases that are run in A2007. When the combo is tabbed out of the backstyle changes to transparent. I haven't yet seen a fix for this. If I design in A2003 now and then run the DB in A2007 in future the combo box problem may arise. What I have thought of doing is designing in A2007 and then compiling in A2003 for my current...
0
8826
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
9534
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9241
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
8239
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...
0
6073
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4597
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
4867
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3303
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 we have to send another system
3
2211
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.